Klasse TPageControl

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TPageControl = class(TCustomNotebook)

Beschreibung

no description available, TCustomNotebook description follows
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 function FindNextPage(CurPage: TTabSheet; GoForward, CheckTabVisible: Boolean): TTabSheet;
Public procedure SelectNextPage(GoForward: Boolean);
Public procedure SelectNextPage(GoForward: Boolean; CheckTabVisible: Boolean);

Eigenschaften

Public property ActivePageIndex: Integer read GetActivePageIndex write SetActivePageIndex;
Public property Pages[Index: Integer]: TTabSheet read GetTabSheet;
Published property ActivePage: TTabSheet read GetActiveTabSheet write SetActiveTabSheet;
Published property Align;
Published property Anchors;
Published property BorderSpacing;
Published property Constraints;
Published property DragCursor;
Published property DragMode;
Published property Enabled;
Published property Font;
Published property Images;
Published property ParentFont;
Published property ParentShowHint;
Published property PopupMenu;
Published property ShowHint;
Published property TabIndex: Integer read GetTabIndex write SetTabIndex default -1;
Published property TabOrder;
Published property TabPosition;
Published property TabStop;
Published property Visible;
Published property OnChange: TNotifyEvent read fOnPageChanged write fOnPageChanged;
Published property OnChanging;
Published property OnContextPopup;
Published property OnDragDrop;
Published property OnDragOver;
Published property OnEndDrag;
Published property OnEnter;
Published property OnExit;
Published property OnGetImageIndex;
Published property OnMouseDown;
Published property OnMouseMove;
Published property OnMouseUp;
Published property OnPageChanged;
Published property OnResize;
Published property OnStartDrag;

Beschreibung

Methoden

Public constructor Create(TheOwner: TComponent); override;
 
Public function FindNextPage(CurPage: TTabSheet; GoForward, CheckTabVisible: Boolean): TTabSheet;
 
Public procedure SelectNextPage(GoForward: Boolean);
 
Public procedure SelectNextPage(GoForward: Boolean; CheckTabVisible: Boolean);
 

Eigenschaften

Public property ActivePageIndex: Integer read GetActivePageIndex write SetActivePageIndex;
 
Public property Pages[Index: Integer]: TTabSheet read GetTabSheet;
 
Published property ActivePage: TTabSheet read GetActiveTabSheet write SetActiveTabSheet;
 
Published property Align;
 
Published property Anchors;
 
Published property BorderSpacing;
 
Published property Constraints;
 
Published property DragCursor;
 
Published property DragMode;
 
Published property Enabled;
 
Published property Font;
 
Published property Images;
 
Published property ParentFont;
 
Published property ParentShowHint;
 
Published property PopupMenu;
 
Published property ShowHint;
 
Published property TabIndex: Integer read GetTabIndex write SetTabIndex default -1;
 
Published property TabOrder;
 
Published property TabPosition;
 
Published property TabStop;
 
Published property Visible;
 
Published property OnChange: TNotifyEvent read fOnPageChanged write fOnPageChanged;
 
Published property OnChanging;
 
Published property OnContextPopup;
 
Published property OnDragDrop;
 
Published property OnDragOver;
 
Published property OnEndDrag;
 
Published property OnEnter;
 
Published property OnExit;
 
Published property OnGetImageIndex;
 
Published property OnMouseDown;
 
Published property OnMouseMove;
 
Published property OnMouseUp;
 
Published property OnPageChanged;
 
Published property OnResize;
 
Published property OnStartDrag;
 

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