Class TCompList (unit RplWizInfo)

Inherits from

TOwnerList

Constructors


constructor Create(CompIntf: TIComponentInterface);



Functions

function FindComponent(CompIntf: TIComponentInterface): TCompInfo;

Look for a component represented by CompIntf.

procedure GetMatchingComponents(List: TStrings; OldType: string);

Add to List all components whose type is OldType.

function Replace(Parent: TCompInfo; FormIntf: TIFormInterface; List: TStrings; NewType: string): Integer;


function Search(Parent: TCompInfo; FormIntf: TIFormInterface; List: TStrings; NewType: string): Integer;


function GetCompInfo(Index: Integer): TCompInfo;


Properties

property Children : TCompInfo


Events

Variables


Constructors


constructor Create(CompIntf: TIComponentInterface);


Functions


function FindComponent(CompIntf: TIComponentInterface): TCompInfo;

Look for a component represented by CompIntf. Return nil for not found.


procedure GetMatchingComponents(List: TStrings; OldType: string);

Add to List all components whose type is OldType.


function Replace(Parent: TCompInfo; FormIntf: TIFormInterface; List: TStrings; NewType: string): Integer;


function Search(Parent: TCompInfo; FormIntf: TIFormInterface; List: TStrings; NewType: string): Integer;


function GetCompInfo(Index: Integer): TCompInfo;


Properties


property Children : TCompInfo


Events


Variables