Vcl.Grids.TInplaceEditList.ButtonRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ButtonRect: TRect;

C++

System::Types::TRect __fastcall ButtonRect();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

Returns the rectangle that contains the button.

ButtonRect returns the coordinates of the rectangle that contains the button that opens the pick list.

See Also