FMX.StdCtrls.TExpander.DoExpandedChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoExpandedChanged; virtual;

C++

virtual void __fastcall DoExpandedChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TExpander

Description

DoExpandedChanged is called when the expanded state just has changed.

See Also