Vcl.Grids.TInplaceEditList.CloseUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseUp(Accept: Boolean); dynamic;

C++

DYNAMIC void __fastcall CloseUp(bool Accept);

Properties

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

Description

Closes the opened pick list.

The CloseUp method is used to close the pick list. The Accept parameter determines whether to modify the field value that corresponds to the selected value in the pick list.

See Also