Interface idesignerselections
Unit
Declaration
type idesignerselections = interface(inullinterface)
Description
This item has no description.
Hierarchy
- IInterface
- inullinterface
- idesignerselections
Overview
Methods
| Public | function add(const item: tcomponent): integer; |
| Public | function equals(const list: idesignerselections): boolean; |
| Public | function get(index: integer): tcomponent; |
| Public | function getcount: integer; |
| Public | function getarray: componentarty; |
Properties
| Public | property count: integer read getcount; |
| Public | property items[index: integer]: tcomponent read get; |
Description
Methods
| Public | function add(const item: tcomponent): integer; |
|
This item has no description. | |
| Public | function equals(const list: idesignerselections): boolean; |
|
This item has no description. | |
| Public | function get(index: integer): tcomponent; |
|
This item has no description. | |
| Public | function getcount: integer; |
|
This item has no description. | |
| Public | function getarray: componentarty; |
|
This item has no description. | |
Properties
| Public | property count: integer read getcount; |
|
This item has no description. | |
| Public | property items[index: integer]: tcomponent read get; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.