Vcl.Grids.TInplaceEditList

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Grids.TInplaceEditVcl.Mask.TCustomMaskEditVcl.StdCtrls.TCustomEditVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTInplaceEditList

Delphi

TInplaceEditList = class(TInPlaceEdit)

C++

class PASCALIMPLEMENTATION TInplaceEditList : public TInplaceEdit

Properties

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

Description

Provides the ability to drop down a pick list of possible values or to display an ellipsis button that will invoke user code in an event in order to bring up a modal dialog.

TInplaceEditList adds to TInplaceEdit the ability to drop down a pick list of possible values or to display an ellipsis button that will invoke user code in an event in order to bring up a modal dialog. The EditStyle property determines which type of button to draw, if any.

See Also