PlatformAPI.TOTABuildType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TOTABuildType = record
    Name: string;
    DisplayName: string;
    ImageIndex: Integer;
  end;

Properties

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

Description

TOTABuildType represents a platform configuration.

See Also