FMX.Graphics.TGradient.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change;

C++

void __fastcall Change();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TGradient

Description

Event handler for OnChanged.

The Change function represents the OnChanged event handler. You can override Change to provide new functionality when the TGradient object changes one of its properties.

See Also