FMX.Layouts.TGridPanelLayout.TControlItem.Pushed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Pushed: Boolean read GetPushed;

C++

__property bool Pushed = {read=GetPushed, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TControlItem

Description

Indicates whether a Control associated with the TControlItem control item is pushed.

See Also