[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 400
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; |
|
NBChanging - method for dealing with the process for change in a NoteBook |
procedure NBGetImageIndex(); virtual; |
|
NBGetImageIndex - obtains the Image Index associated with a given Tab Index in the NoteBook |
procedure NBPageChanged(); virtual; |
|
NBPageChanged - Method for dealing with a NoteBook page that has changed |
procedure Put(); override; |
|
|
procedure PutObject(); override; |
|
|
procedure SetImages(); override; |
|
SetImages - specifies the list of images to be used |
procedure SetTabIndex(); override; |
|
SetTabIndex - specfies an index value for a tab |
procedure SetUpdateState(); override; |
|
|
procedure SetTabHeight(); override; |
|
SetTabHeight - specifies the height of tabs |
procedure SetTabWidth(); override; |
|
SetTabWidth - specifies the width of a tab |
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; |
|
TabControlBoundsChange - method for dealing with a change in the bounds of a Tab Control |
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 |
|
| | ||
TStrings |
||
? | ||
TObject |