FMX.Objects.TSelectionPoint.DoChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChange;

C++

void __fastcall DoChange();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TSelectionPoint

Description

OnChange event dispatcher.

DoChange is automatically called when the left mouse button is released. DoChange fires an OnChange event.

See Also