[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TTabControlNoteBookStrings - instance of TTabControlStrings for use with a TNoteBook
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 |
|
The NoteBook for which the tab strings are to be used |
|
end; |
|
TTabControlNoteBookStrings - instance of TTabControlStrings for use with a TNoteBook |
|
| | ||
|
TTabControlStrings - the Strings that appear on the tabs of TTabControl |
|
| | ||
| | ||
TObject |
lazarus-ccr.sourceforge.net |