FMX.Grid.TCustomGrid.IsUsedInBinding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsUsedInBinding: Boolean read GetIsUsedInBinding write SetIsUsedInBinding;

C++

__property bool IsUsedInBinding = {read=GetIsUsedInBinding, write=SetIsUsedInBinding, nodefault};

Properties

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

Description

This property is set by the LiveBinding.

If this property is True, you cannot change the OnSetValue and the OnCallbackGetValue.

See Also