Re: Disabling everything else while a form is displayed?


2004-06-08 07:02:32 PM
off-topic14
Sorry - I posted an error in the code. LogDemoMainForm.UpdateAllActions
should read as follows
procedure TLogDemoMainForm.UpdateAllActions;
var
i : Integer;
begin
for i := 0 to ActionList.ActionCount - 1 do
UpdateOneAction(ActionList.Actions[i]);
end;
"Hugh Jones" < XXXX@XXXXX.COM >wrote in message
Quote