TdxPointDoublePersistent.Value Property
In This Article
Exposes the stored point coordinates.
#Declaration
Delphi
property Value: TdxPointDouble read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to customize the X and Y fields of the underlying TdxPointDouble record instance.
You can call the Reset procedure to restore the point position at the moment of the TdxPointDoublePersistent object creation.
See Also