PlatformAPI.TOTARemoteProfilePathItem

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

Propriétés

Type Visibilité  Source Unité  Parent
record public PlatformAPI.pas PlatformAPI PlatformAPI


Description

TOTARemoteProfilePathItem représente un chemin distant défini dans un SDK. Ces chemins distants sont les entrées que vous pouvez voir dans le Gestionnaire de SDK lorsque vous modifiez un SDK OS X C++ ou un SDK iOS Delphi. Ces fichiers distants proviennent de votre système distant et se trouvent sur votre système local pour construire vos applications.

Voir aussi