mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:39:25 +02:00
published TControl help properties
git-svn-id: trunk@4040 -
This commit is contained in:
parent
08d31aa5fa
commit
26455f257f
@ -242,6 +242,8 @@ type
|
||||
TCloseEvent = procedure(Sender: TObject; var Action: TCloseAction) of object;
|
||||
TCloseQueryEvent = procedure(Sender : TObject;
|
||||
var CanClose : boolean) of object;
|
||||
THelpEvent = function(Command: Word; Data: Longint;
|
||||
var CallHelp: Boolean): Boolean of object;
|
||||
|
||||
TFormStateType = (
|
||||
fsCreating, // initializing (form streaming)
|
||||
|
Loading…
Reference in New Issue
Block a user