Class tcomponentclasslist
Unit
Declaration
type tcomponentclasslist = class(torderedrecordlist)
Description
No description available, ancestor torderedrecordlist description follows
No description available, ancestor trecordlist description follows
No description available, ancestor tnullinterfacedobject description follows
Hierarchy
- tobject
- tnullinterfacedobject
- trecordlist
- torderedrecordlist
- tcomponentclasslist
Overview
Methods
![]() |
function findpage(const pagename: msestring): integer; |
![]() |
function addpage(const pagename: msestring): integer; |
![]() |
function getcomparefunc: sortcomparemethodty; override; |
![]() |
function compare(const l,r): integer; |
![]() |
function componentcounts: integerarty; |
![]() |
constructor create; |
![]() |
destructor destroy; override; |
![]() |
function indexof(const value: tcomponentclass): integer; |
![]() |
function add(var value: componentclassinfoty): integer; |
![]() |
function itempo(const index: integer): pcomponentclassinfoty; |
![]() |
procedure registercomponents(const page: msestring; const componentclasses: array of tcomponentclass); |
![]() |
procedure registercomponenttabhints(const pages: array of msestring; const hints: array of msestring); |
![]() |
function pagehigh: integer; |
![]() |
function pagenames: comppagearty; |
![]() |
procedure drawcomponenticon(const acomponent: tcomponent; const canvas: tcanvas; const dest: rectty); |
![]() |
procedure updatestat(const filer: tstatfiler); |
Properties
![]() |
property pagecomporders[constindex:integer]: integerarty
read getpagecomporders write setpagecomporders; |
![]() |
property selectedclass: tcomponentclass read fselectedclass write fselectedclass; |
![]() |
property imagelist: timagelist read fimagelist; |
![]() |
property defaultorder: boolean read fdefaultorder write setdefaultorder; |
Description
Methods
![]() |
function findpage(const pagename: msestring): integer; |
![]() |
function addpage(const pagename: msestring): integer; |
![]() |
function getcomparefunc: sortcomparemethodty; override; |
![]() |
function compare(const l,r): integer; |
![]() |
function componentcounts: integerarty; |
![]() |
constructor create; |
![]() |
destructor destroy; override; |
![]() |
function indexof(const value: tcomponentclass): integer; |
![]() |
function add(var value: componentclassinfoty): integer; |
![]() |
function itempo(const index: integer): pcomponentclassinfoty; |
![]() |
procedure registercomponents(const page: msestring; const componentclasses: array of tcomponentclass); |
![]() |
procedure registercomponenttabhints(const pages: array of msestring; const hints: array of msestring); |
![]() |
function pagehigh: integer; |
![]() |
function pagenames: comppagearty; |
![]() |
procedure drawcomponenticon(const acomponent: tcomponent; const canvas: tcanvas; const dest: rectty); |
![]() |
procedure updatestat(const filer: tstatfiler); |
Properties
![]() |
property pagecomporders[constindex:integer]: integerarty
read getpagecomporders write setpagecomporders; |
![]() |
property selectedclass: tcomponentclass read fselectedclass write fselectedclass; |
![]() |
property imagelist: timagelist read fimagelist; |
![]() |
property defaultorder: boolean read fdefaultorder write setdefaultorder; |
Generated by PasDoc 0.16.0.

