Klasse TCustomNotebook

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCustomNotebook = class(TWinControl)

Beschreibung

no description available, TWinControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(TheOwner: TComponent); override;
Public destructor Destroy; override;
Public function TabIndexAtClientPos(ClientPos: TPoint): integer;
Public function CanTab: boolean; override;
Public function GetImageIndex(ThePageIndex: Integer): Integer; virtual;
Public function IndexOf(APage: TCustomPage): integer;
Public function CustomPage(Index: integer): TCustomPage;
Public function CanChangePageIndex: boolean; virtual;
Public function GetMinimumTabWidth: integer; virtual;
Public function GetMinimumTabHeight: integer; virtual;
Public procedure DoCloseTabClicked(APage: TCustomPage); virtual;

Eigenschaften

Public property Images: TImageList read FImages write SetImages;
Public property OnChanging: TTabChangingEvent read FOnChanging write FOnChanging;
Public property OnCloseTabClicked: TNotifyEvent read FOnCloseTabClicked write FOnCloseTabClicked;
Public property OnGetImageIndex: TTabGetImageEvent read FOnGetImageIndex write FOnGetImageIndex;
Public property OnPageChanged: TNotifyEvent read fOnPageChanged write fOnPageChanged;
Public property Options: TNoteBookOptions read FOptions write SetOptions;
Public property Page[Index: Integer]: TCustomPage read GetPage;
Public property PageCount: integer read GetPageCount;
Public property PageIndex: Integer read GetPageIndex write SetPageIndex default -1;
Public property PageList: TList read fPageList;
Public property Pages: TStrings read fAccess write SetPages;
Public property ShowTabs: Boolean read fShowTabs write SetShowTabs default True;
Public property TabPosition: TTabPosition read fTabPosition write SetTabPosition;
Published property TabStop default true;

Beschreibung

Methoden

Public constructor Create(TheOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function TabIndexAtClientPos(ClientPos: TPoint): integer;
 
Public function CanTab: boolean; override;
 
Public function GetImageIndex(ThePageIndex: Integer): Integer; virtual;
 
Public function IndexOf(APage: TCustomPage): integer;
 
Public function CustomPage(Index: integer): TCustomPage;
 
Public function CanChangePageIndex: boolean; virtual;
 
Public function GetMinimumTabWidth: integer; virtual;
 
Public function GetMinimumTabHeight: integer; virtual;
 
Public procedure DoCloseTabClicked(APage: TCustomPage); virtual;
 

Eigenschaften

Public property Images: TImageList read FImages write SetImages;
 
Public property OnChanging: TTabChangingEvent read FOnChanging write FOnChanging;
 
Public property OnCloseTabClicked: TNotifyEvent read FOnCloseTabClicked write FOnCloseTabClicked;
 
Public property OnGetImageIndex: TTabGetImageEvent read FOnGetImageIndex write FOnGetImageIndex;
 
Public property OnPageChanged: TNotifyEvent read fOnPageChanged write fOnPageChanged;
 
Public property Options: TNoteBookOptions read FOptions write SetOptions;
 
Public property Page[Index: Integer]: TCustomPage read GetPage;
 
Public property PageCount: integer read GetPageCount;
 
Public property PageIndex: Integer read GetPageIndex write SetPageIndex default -1;
 
Public property PageList: TList read fPageList;
 
Public property Pages: TStrings read fAccess write SetPages;
 
Public property ShowTabs: Boolean read fShowTabs write SetShowTabs default True;
 
Public property TabPosition: TTabPosition read fTabPosition write SetTabPosition;
 
Published property TabStop default true;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:56