FMX.StdCtrls.TExpander.DoExpandedChanging

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoExpandedChanging; virtual;

C++

virtual void __fastcall DoExpandedChanging();

Properties

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

Description

DoExpandedChanging is called when the expanded state is changing.

See Also