Show: Delphi C++
Display Preferences

FMX.Types.TFmxObject.BindingName

From XE2 API Documentation
Jump to: navigation, search

Delphi

property BindingName: string read FBindingName write SetBindingName;

C++

__property System::UnicodeString BindingName = {read=FBindingName, write=SetBindingName};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Specifies a binding name for this FMX object. By setting the BindingName property, you can further use FindBinding to search for and return the object matching this binding name.

See Also

Personal tools
Previous Versions
Translations