FMX.StdCtrls.TPathLabel.Data

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Data: TPathData read GetPathData write SetPathData;

C++

__property Fmx::Graphics::TPathData* Data = {read=GetPathData, write=SetPathData};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPathLabel

Description

Stores a Tvalue, which is a data structure that can store different kinds of data types.

FMX.StdCtrls.TPathLabel.Data inherits from FMX.Types.TFmxObject.Data. All content below this line refers to FMX.Types.TFmxObject.Data.

Stores a Tvalue, which is a data structure that can store different kinds of data types.

Data has no predefined meaning. Although Data is used for LiveBinding, any succesor override this behavior. Then, the behaviour of Data is based on the type of its value.

Note: Do not use this member. It is for internal use only.