Vcl.Grids.TInplaceEdit

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Mask.TCustomMaskEditVcl.StdCtrls.TCustomEditVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTInplaceEdit

Delphi

TInplaceEdit = class(TCustomMaskEdit)

C++

class PASCALIMPLEMENTATION TInplaceEdit : public Vcl::Mask::TCustomMaskEdit

Properties

Type Visibility Source Unit Parent
class public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids Vcl.Grids

Description

TInplaceEdit provides text editing capabilities for grid controls.

TInplaceEdit is a helper object tailored to work with grid controls. It provides a multiline editing window that appears in the appropriate cell of a grid control. TInplaceEdit provides services so that the grid can influence the response of the control to user actions, and can move or resize the editing window as cells are moved or resized.

The TInplaceEdit window has no border, so it does not stand out as a separate control. TInplaceEdit is not a data-aware control, but can work with a data-aware grid such as TDBGrid, allowing the grid to fetch or post the text, and allowing the grid to impose a mask to limit the text of the edit control to data that is valid.

See Also