Contains the page names defined for the notebook control.
Source position: extctrls.pp line 152
published property TNotebook.Pages : TStrings |
Pages is a TStrings property which contains the page names defined for the notebook control.
Setting a new value in Pages causes the new page names to be compared to the internal page objects in the notebook. New or altered pages are added or replaced in the notebook. An existing page object not present in the new page names is deleted; the Application singleton is notified that the page object is being released and allowed to process the message.
The value in Pages is not assigned at design-time.