Vcl.Grids.TInplaceEdit.Grid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Grid: TCustomGrid read FGrid;

C++

__property TCustomGrid* Grid = {read=FGrid};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEdit

Description

Specifies the grid object that owns and controls this TInplaceEdit.

Read Grid to obtain the grid object for which TInplaceEdit provides editing services. TInplaceEdit uses the Grid property so that it can receive information about the text to be edited and so that it can pass on relevant events.

See Also