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

TNBBasePages

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: comctrls.pp line 265

type TNBBasePages = class(TStrings)

protected

  function IndexOfPage(); virtual; abstract;

  procedure InsertPage(); virtual; abstract;

  procedure DeletePage(); virtual; abstract;

  function GetPage(); virtual; abstract;

public

  constructor Create(); virtual;

end;

Inheritance

TNBBasePages

|

TStrings

?

TObject