Grids.TInplaceEditList
Contents |
Delphi Information
From Grids.pas
TInplaceEditList = class(TInplaceEdit)
Unit: Grids
Type: class
Inherited Class Members: Grids.TInplaceEditList Members
Class Properties: Grids.TInplaceEditList Properties
Class Methods: Grids.TInplaceEditList Methods
Class Constructors & Destructors: Grids.TInplaceEditList Constructors
Class Events: Grids.TInplaceEditList Events
C++ Information
From Grids.hpp
TInplaceEditList = class(TInplaceEdit)
Unit: Grids
Type: class
Inherited Class Members: Grids.TInplaceEditList Members
Class Properties: Grids.TInplaceEditList Properties
Class Methods: Grids.TInplaceEditList Methods
Class Constructors & Destructors: Grids.TInplaceEditList Constructors
Class Events: Grids.TInplaceEditList Events
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.