Vcl.Grids.TInplaceEditList.RestoreContents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RestoreContents;

C++

void __fastcall RestoreContents();

Properties

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

Description

Resets the TInplaceEditList object.

The RestoreContents method resets the TInplaceEditList instance to its value at the time the edit control last lost focus.

See Also