[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Re-implements an empty page container for TCustomTabControl controls.
Source position: comctrls.pp line 327
type TNBNoPages = class(TNBBasePages) |
||
protected |
||
function Get(); override; |
|
|
function GetCount; override; |
|
|
function IndexOfPage(); override; |
|
|
function GetPage(); override; |
|
|
end; |
|
Re-implements an empty page container for TCustomTabControl controls. |
|
| | ||
|
Ancestor for the TNBPages class. |
|
| | ||
TObject |
TNBNoPages is a TNBBasePages descendant which re-implements the page container for a TCustomTabControl. As the name implies, it does not actually use TCustomPages instances in the container. It removes the methods used to add and maintain the values in the class instance.