API:FMX.DAE.Model.TDAEVertices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TDAEVertices  = record
    Id: string;
    Sources : TSourceSemantics;
  end;

C++

struct DECLSPEC_DRECORD TDAEVertices
{
public:
    System::UnicodeString Id;
    TSourceSemantics Sources;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.DAE.Model.pas
FMX.DAE.Model.hpp
FMX.DAE.Model FMX.DAE.Model

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!