| Class TPropList (unit RplWizInfo) |
TOwnerList
| Constructors |
constructor Create(CompIntf: TIComponentInterface);| Functions |
destructor Destroy;
function GetHeight: LongInt;
function GetLeft: LongInt;
function GetName: string;
function GetTop: LongInt;
function GetWidth: LongInt;
procedure SetComponent(CompIntf: TIComponentInterface);
function GetIntegerPropByName(const PropName: string): LongInt;
function GetPropInfo(Index: Integer): TPropInfo;| Properties |
property Prop : TPropInfo
property Stream : TMemoryStream| Events |
| Variables |
fStream : TMemoryStream;| Constructors |
constructor Create(CompIntf: TIComponentInterface);TPropList
| Functions |
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;| Properties |
property Prop : TPropInfo
property Stream : TMemoryStream| Events |
| Variables |
fStream : TMemoryStream;