Create(TPersistent,TdxSizeF) Constructor
Initializes a new instance of the TdxSizeFloat class with specified settings.
Declaration
constructor Create(AOwner: TPersistent; const ADefaultValue: TdxSizeF); reintroduce; overload;
Parameters
Name | Type | Description |
---|---|---|
AOwner | TPersistent | A persistent object to which the stored dimensions belong. |
ADefaultValue | TdxSizeF | Specifies initial dimensions. |
See Also