[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TPageFlag - enumerated type containing possible values for page flags for notebook pages
Source position: extctrls.pp line 44
type TPageFlag = ( |
||
pfAdded, |
|
Internal flag set after page handle was connected to the notebook handle |
pfAdding, |
|
|
pfRemoving, |
|
|
pfInserting |
||
); |
TPageFlag - enumerated type containing possible values for page flags for notebook pages
pfAdded, // handle of page added to notebook handle pfAdding, // currently handle of page adding to notebook handle pfRemoving, // currently removing page handle from notebook handle pfInserting // currently inserting page into notebook
lazarus-ccr.sourceforge.net |