FMX.Objects.TCustomPath.DoChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChanged(Sender: TObject);

C++

void __fastcall DoChanged(System::TObject* Sender);

Properties

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

Description

Forces the repainting of the TCustomPath image on the screen.

See Also