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

TNBPages.InsertPage

Inserts a page instance at the specified position in the page list.

Declaration

Source position: comctrls.pp line 311

protected procedure TNBPages.InsertPage(

  Index: Integer;

  const APage: TCustomPage

); override;

Arguments

Index

  

Ordinal position in the page list for the inserted value.

APage

  

Page instance inserted into the page list.

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