Vcl.Grids.TInplaceEditList.Pressed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Pressed: Boolean read FPressed;

C++

__property bool Pressed = {read=FPressed, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

Indicates whether the button is pressed.

The Pressed property indicates whether the button that opens the pick list is currently pressed.

See Also