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

TTabControlNoteBookStrings

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

TTabControlNoteBookStrings - instance of TTabControlStrings for use with a TNoteBook

Declaration

Source position: comctrls.pp line 401

type TTabControlNoteBookStrings = class(TTabControlStrings)

protected

  function Get(); override;

  

  function GetCount; override;

  

  function GetObject(); override;

  

  function GetTabIndex; override;

  

GetTabIndex - returns the Index value of the current Tab

  procedure NBChanging(); virtual;

  

  procedure NBGetImageIndex(); virtual;

  

  procedure NBPageChanged(); virtual;

  

  procedure Put(); override;

  

  procedure PutObject(); override;

  

  procedure SetImages(); override;

  

  procedure SetTabIndex(); override;

  

  procedure SetUpdateState(); override;

  

  procedure SetTabHeight(); override;

  

  procedure SetTabWidth(); override;

  

public

  constructor Create(); override;

  destructor Destroy; override;

  

  procedure Clear; override;

  

  procedure Delete(); override;

  

  procedure Insert(); override;

  

  function GetSize; override;

  

GetSize - returns the size of the tab string

  procedure TabControlBoundsChange; override;

  

  function IndexOfTabAt(); override;

  

IndexOfTabAt - returns the Index value of the tab at the specified location, X, Y

  property NoteBook: TNoteBook; [r]

  

The NoteBook for which the tab strings are to be used

end;

Inheritance

TTabControlNoteBookStrings

  

TTabControlNoteBookStrings - instance of TTabControlStrings for use with a TNoteBook

|

TTabControlStrings

  

TTabControlStrings - the Strings that appear on the tabs of TTabControl

|

TStrings

|

TObject

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