[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Set type used to store TPageFlag enumeration values.
Source position: comctrls.pp line 234
type TPageFlags = set of ( |
||
pfAdded, |
|
Handle for the page has been added to the notebook. |
pfAdding, |
|
Handle for the page is being added to the notebook. |
pfRemoving, |
|
Removing the page handle from the notebook. |
pfInserting |
|
Inserting the page handle into the notebook. |
); |
TPageFlags is the type used to implement the Flags property in TCustomPage.
|
Contains flag values that represent the status or state for the handle in the custom page control. |
Version 4.0 | Generated 2025-05-03 | Home |