procedure TfrmSetOutPzTradeDeptPerson.grdTradeClientEditing(Sender: TObject; AColumn: TcxTreeListColumn; var Allow: Boolean);begin if not Assigned(grdTradeClient.FocusedNode) then Exit; Allow := grdTradeClient.FocusedNode.Level = 1;end;
From: Will DeWitt Jr. Subject: Fast strlen routine? NewsGroup: borland.public.delphi.language.basm Date Posted: -May- at :: PST Download from Google I've been tinkering with re-writing some of the standard C run-time library routines and haven't real