Skip to main content

TdxPointDoublePersistent.Value Property

Exposes the stored point coordinates.

Declaration

property Value: TdxPointDouble read; write;

Property Value

Type
TdxPointDouble

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