[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