PlatformAPI.TOTARemoteProfilePathItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TOTARemoteProfilePathItem = record
    Path: string;
    MaskOrFramework: string;
    IncludeSubDir: Boolean;
    DestinationDir: string;
    PathType: TOTARemotePathType;
    Reserved: string;
  end;

Properties

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

Description

TOTARemoteProfilePathItem represents a remote path defined in an SDK. These remote paths are the entries that you can see in the SDK Manager when you edit a C++ OS X SDK or a Delphi iOS SDK. These remote files are brought from your remote system into your local system to build your applications.

See Also