Klasse TPageControl
Unit
ComCtrls
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
Eigenschaften
Beschreibung
Methoden
 |
constructor Create(TheOwner: TComponent); override; |
|
 |
function FindNextPage(CurPage: TTabSheet; GoForward, CheckTabVisible: Boolean): TTabSheet; |
|
 |
procedure SelectNextPage(GoForward: Boolean); |
|
 |
procedure SelectNextPage(GoForward: Boolean; CheckTabVisible: Boolean); |
|
Eigenschaften
 |
property ActivePageIndex: Integer read GetActivePageIndex
write SetActivePageIndex; |
|
 |
property Pages[Index: Integer]: TTabSheet read GetTabSheet; |
|
 |
property ActivePage: TTabSheet read GetActiveTabSheet write SetActiveTabSheet; |
|
 |
property Align; |
|
 |
property Anchors; |
|
 |
property BorderSpacing; |
|
 |
property Constraints; |
|
 |
property DragCursor; |
|
 |
property DragMode; |
|
 |
property Enabled; |
|
 |
property Font; |
|
 |
property Images; |
|
 |
property ParentFont; |
|
 |
property ParentShowHint; |
|
 |
property PopupMenu; |
|
 |
property ShowHint; |
|
 |
property TabIndex: Integer read GetTabIndex write SetTabIndex default -1; |
|
 |
property TabOrder; |
|
 |
property TabPosition; |
|
 |
property TabStop; |
|
 |
property Visible; |
|
 |
property OnChange: TNotifyEvent read fOnPageChanged write fOnPageChanged; |
|
 |
property OnChanging; |
|
 |
property OnContextPopup; |
|
 |
property OnDragDrop; |
|
 |
property OnDragOver; |
|
 |
property OnEndDrag; |
|
 |
property OnEnter; |
|
 |
property OnExit; |
|
 |
property OnGetImageIndex; |
|
 |
property OnMouseDown; |
|
 |
property OnMouseMove; |
|
 |
property OnMouseUp; |
|
 |
property OnPageChanged; |
|
 |
property OnResize; |
|
 |
property OnStartDrag; |
|
Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:52