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

TNBPages.Get

Implements read access to values for the Strings property.

Declaration

Source position: comctrls.pp line 306

protected function TNBPages.Get(

  Index: Integer

):string; override;

Arguments

Index

  

Ordinal position for the requested value.

Function result

Returns the Caption for the page.

Description

Read access is redirected to the PageList property. The return value contains the Caption for the TCustomPage instance stored at the specified position in PageList.

See also

TNBPages.PageList

  

List with the TCustomPage instances for the class instance.

TStringList


Version 4.0 Generated 2025-05-03 Home