FMX.Grid.TColumn.ApplyImmediately

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ApplyImmediately: boolean read FApplyImmediately write FApplyImmediately default True;

C++

__property bool ApplyImmediately = {read=FApplyImmediately, write=FApplyImmediately, default=1};

Properties

Type Visibility Source Unit Parent
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

Description

Specifies whether to apply the text changes immediately or not.

If ApplyImmediately is set to True, the text changed event is generated after each character typed in the cell. If it is set to False, the event is generated only at the end of the editing operation.

See Also