FMX.Graphics.TPathData.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; virtual;

C++

__fastcall virtual TPathData();

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TPathData

Description

Creates TPathData object. Create calls the inherited method TObject.Create.

See Also