API:FMX.DAE.Model.TDAESurface
Delphi
TDAESurface = record
FID: string;
FSource: string;
end;
C++
struct DECLSPEC_DRECORD TDAESurface
{
public:
System::UnicodeString FID;
System::UnicodeString FSource;
};
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!