PlatformAPI.TOTABuildType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOTABuildType = record

C++

struct DECLSPEC_DRECORD TOTABuildType
{
public:
    System::UnicodeString Name;
    System::UnicodeString DisplayName;
    int ImageIndex;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI PlatformAPI

Description

TOTABuildType represents a platform configuration.

See Also