customform: added comment

git-svn-id: trunk@41563 -
This commit is contained in:
mattias 2013-06-06 19:02:51 +00:00
parent 223705c79f
commit 9ac3807622

View File

@ -30,6 +30,9 @@ Type
Property BeforeInitForm : TNotifyEvent Read FBeforeInit Write FBeforeInit;
Property AfterInitForm : TNotifyEvent Read FAfterInit Write FAfterInit;
// TCustomForm properties that we allow to edit in the IDE.
// In order to edit properties in the IDE, the class must be registered
// via a design time package.
// See http://wiki.lazarus.freepascal.org/Extending_the_IDE#Forms
property Caption;
property ActiveControl;
property BorderStyle;