Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TTabControlStrings = class(TStrings)
![]() |
constructor Create(TheTabControl: TCustomTabControl); virtual; |
![]() |
function GetHitTestInfoAt(X, Y: Integer): THitTests; virtual; |
![]() |
function GetSize: integer; virtual; abstract; |
![]() |
function IndexOfTabAt(X, Y: Integer): Integer; virtual; |
![]() |
function RowCount: Integer; virtual; |
![]() |
function TabRect(Index: Integer): TRect; virtual; |
![]() |
procedure ImageListChange(Sender: TObject); virtual; |
![]() |
procedure ScrollTabs(Delta: Integer); virtual; |
![]() |
procedure TabControlBoundsChange; virtual; |
![]() |
procedure UpdateTabImages; virtual; |
![]() |
procedure BeginUpdate; virtual; |
![]() |
procedure EndUpdate; virtual; |
![]() |
function IsUpdating: boolean; virtual; |
![]() |
property TabControl: TCustomTabControl read FTabControl; |
![]() |
property TabIndex: integer read GetTabIndex write SetTabIndex; |
![]() |
property HotTrack: Boolean read FHotTrack write SetHotTrack; |
![]() |
property Images: TCustomImageList read FImages write SetImages; |
![]() |
property MultiLine: Boolean read FMultiLine write SetMultiLine; |
![]() |
property MultiSelect: Boolean read FMultiSelect write SetMultiSelect; |
![]() |
property OwnerDraw: Boolean read FOwnerDraw write SetOwnerDraw; |
![]() |
property RaggedRight: Boolean read FRaggedRight write SetRaggedRight; |
![]() |
property ScrollOpposite: Boolean read FScrollOpposite
write SetScrollOpposite; |
![]() |
property TabHeight: Smallint read FTabHeight write SetTabHeight; |
![]() |
property TabWidth: Smallint read FTabWidth write SetTabWidth; |
![]() |
constructor Create(TheTabControl: TCustomTabControl); virtual; |
![]() |
function GetHitTestInfoAt(X, Y: Integer): THitTests; virtual; |
![]() |
function GetSize: integer; virtual; abstract; |
![]() |
function IndexOfTabAt(X, Y: Integer): Integer; virtual; |
![]() |
function RowCount: Integer; virtual; |
![]() |
function TabRect(Index: Integer): TRect; virtual; |
![]() |
procedure ImageListChange(Sender: TObject); virtual; |
![]() |
procedure ScrollTabs(Delta: Integer); virtual; |
![]() |
procedure TabControlBoundsChange; virtual; |
![]() |
procedure UpdateTabImages; virtual; |
![]() |
procedure BeginUpdate; virtual; |
![]() |
procedure EndUpdate; virtual; |
![]() |
function IsUpdating: boolean; virtual; |
![]() |
property TabControl: TCustomTabControl read FTabControl; |
![]() |
property TabIndex: integer read GetTabIndex write SetTabIndex; |
![]() |
property HotTrack: Boolean read FHotTrack write SetHotTrack; |
![]() |
property Images: TCustomImageList read FImages write SetImages; |
![]() |
property MultiLine: Boolean read FMultiLine write SetMultiLine; |
![]() |
property MultiSelect: Boolean read FMultiSelect write SetMultiSelect; |
![]() |
property OwnerDraw: Boolean read FOwnerDraw write SetOwnerDraw; |
![]() |
property RaggedRight: Boolean read FRaggedRight write SetRaggedRight; |
![]() |
property ScrollOpposite: Boolean read FScrollOpposite
write SetScrollOpposite; |
![]() |
property TabHeight: Smallint read FTabHeight write SetTabHeight; |
![]() |
property TabWidth: Smallint read FTabWidth write SetTabWidth; |