Interface idesignerselections

Unit

Declaration

type idesignerselections = interface(inullinterface)

Description

No description available, ancestor inullinterface description follows

Hierarchy

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;
 
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;
 

Generated by PasDoc 0.16.0.