Interface idesignerselections
Unit
Declaration
type idesignerselections = interface(inullinterface)
Description
No description available, ancestor inullinterface description follows
Hierarchy
- IInterface
- inullinterface
- idesignerselections
Overview
Methods
![]() |
function add(const item: tcomponent): integer; |
![]() |
function equals(const list: idesignerselections): boolean; |
![]() |
function get(index: integer): tcomponent; |
![]() |
function getcount: integer; |
![]() |
function getarray: componentarty; |
Properties
![]() |
property count: integer read getcount; |
![]() |
property items[index:integer]: tcomponent read get; |
Description
Methods
![]() |
function add(const item: tcomponent): integer; |
![]() |
function equals(const list: idesignerselections): boolean; |
![]() |
function get(index: integer): tcomponent; |
![]() |
function getcount: integer; |
![]() |
function getarray: componentarty; |
Properties
![]() |
property count: integer read getcount; |
![]() |
property items[index:integer]: tcomponent read get; |
Generated by PasDoc 0.16.0.
