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

TUNBPages.AddObject

Adds the specified page object to the list of pages.

Declaration

Source position: extctrls.pp line 109

public function TUNBPages.AddObject(

  const S: string;

  AObject: TObject

):Integer; override;

Arguments

S

  

Identifier used as the name and/or caption for the page object.

AObject

  

Page object stored in the method.

Function result

Ordinal position in the page list where the page object was stored.

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