Vcl.Grids.TInplaceEditList.UpdateContents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateContents; override;

C++

virtual void __fastcall UpdateContents();

Properties

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

Description

Updates the properties of the current TInplaceEditList object.

UpdateContents calls the GetEditStyle method of the Grid and sets the EditStyle property accordingly before calling the inherited UpdateContents method. If EditStyle specifies a pick list, UpdateContents sets the value of the ActiveList property to the current PickList.

See Also