Class TPropInfo (unit RplWizInfo)

Inherits from

TObject

Constructors


constructor Create(Index: Integer; CompIntf: TIComponentInterface);

TPropInfo


Functions

function GetIntValue(Default: Integer): Integer;


function GetStrValue(Default: string): string;


procedure SetComponent(CompIntf: TIComponentInterface);

Set the property value in the component, but only if it has a property of the same name and type.

Properties

property Name : string


property PropType : TPropertyType


property PropValue : TPropertyValue


Events

Variables

fPropName : string;


fPropType : TPropertyType;


fPropValue : TPropertyValue;



Constructors


constructor Create(Index: Integer; CompIntf: TIComponentInterface);

TPropInfo


Functions


function GetIntValue(Default: Integer): Integer;


function GetStrValue(Default: string): string;


procedure SetComponent(CompIntf: TIComponentInterface);

Set the property value in the component, but only if it has a property of the same name and type.


Properties


property Name : string


property PropType : TPropertyType


property PropValue : TPropertyValue


Events


Variables


fPropName : string;


fPropType : TPropertyType;


fPropValue : TPropertyValue;