[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TNotebook.Pages

Contains the page names defined for the notebook control.

Declaration

Source position: extctrls.pp line 152

published property TNotebook.Pages : TStrings
  read FPages
  write SetPages
  stored False;

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.