IDEIntf: comment

git-svn-id: trunk@26107 -
This commit is contained in:
mattias 2010-06-14 11:16:09 +00:00
parent e6d40795b4
commit 80f6b8f7de

View File

@ -203,7 +203,7 @@ type
property OnShowForm: TShowIDEWindowEvent read FOnShowForm write FOnShowForm;
procedure CreateForm(var AForm: TCustomForm; AFormClass: TCustomFormClass;
DoDisableAutoSizing: boolean; TheOwner: TComponent);
DoDisableAutoSizing: boolean; TheOwner: TComponent); // utility function to create a form with delayed autosizing
end;
var