FMX.Types.TFmxObject.TagString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TagString: string read FTagString write FTagString;

C++

__property System::UnicodeString TagString = {read=FTagString, write=FTagString};

Properties

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

Description

Custom property that stores any string value.

See Also