mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 12:09:32 +02:00
customform: added comment
git-svn-id: trunk@41563 -
This commit is contained in:
parent
223705c79f
commit
9ac3807622
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user