Class TPropList (unit RplWizInfo) |
Inherits from
TOwnerList
constructor Create(CompIntf: TIComponentInterface);
- TPropList
destructor Destroy;
function GetHeight: LongInt;
function GetLeft: LongInt;
-1 tells Delphi to use the default (sort of)
function GetName: string;
Get the value of the Name property.
function GetTop: LongInt;
function GetWidth: LongInt;
procedure SetComponent(CompIntf: TIComponentInterface);
function GetIntegerPropByName(const PropName: string): LongInt;
Lookup a property by name, and if it is an integer, then
return the integer value.
function GetPropInfo(Index: Integer): TPropInfo;
property Prop : TPropInfo
property Stream : TMemoryStream
fStream : TMemoryStream;
constructor Create(CompIntf: TIComponentInterface);
TPropList
destructor Destroy;
function GetHeight: LongInt;
function GetLeft: LongInt;
-1 tells Delphi to use the default (sort of)
function GetName: string;
Get the value of the Name property.
function GetTop: LongInt;
function GetWidth: LongInt;
procedure SetComponent(CompIntf: TIComponentInterface);
function GetIntegerPropByName(const PropName: string): LongInt;
Lookup a property by name, and if it is an integer, then
return the integer value. Otherwise, return zero.
function GetPropInfo(Index: Integer): TPropInfo;
property Prop : TPropInfo
property Stream : TMemoryStream
fStream : TMemoryStream;