FMX.Types.TControlSize.DoChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChange; virtual;

C++

virtual void __fastcall DoChange();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControlSize

Description

Dispatcher of the OnChange event.

See Also