mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 10:59:07 +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 BeforeInitForm : TNotifyEvent Read FBeforeInit Write FBeforeInit;
|
||||||
Property AfterInitForm : TNotifyEvent Read FAfterInit Write FAfterInit;
|
Property AfterInitForm : TNotifyEvent Read FAfterInit Write FAfterInit;
|
||||||
// TCustomForm properties that we allow to edit in the IDE.
|
// 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 Caption;
|
||||||
property ActiveControl;
|
property ActiveControl;
|
||||||
property BorderStyle;
|
property BorderStyle;
|
||||||
|
Loading…
Reference in New Issue
Block a user