AutoFocusActionExecute method

Applies to
TDUnitDialog

Declaration
Procedure AutoFocusActionExecute(Sender: TObject);

Implementation

procedure TDUnitDialog.AutoFocusActionExecute(Sender: TObject);
begin
  with AutoFocusAction do
    Checked := not Checked;
End;


HTML generated by Time2HELP
http://www.time2help.com