TdxPointWrapper.DoChanged(TdxPointCoords) Method
Generates the OnChanged event.
Declaration
procedure DoChanged(ACoords: TdxPointCoords); dynamic;
Parameters
Name | Type |
---|---|
ACoords | TdxPointCoords |
Remarks
This method is called when the X or Y property of the TdxPointWrapper object has been changed.
See Also