PlatformAPI.TOTARemoteProfilePathItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOTARemoteProfilePathItem = record

C++

struct DECLSPEC_DRECORD TOTARemoteProfilePathItem
{
public:
    System::UnicodeString Path;
    System::UnicodeString MaskOrFramework;
    bool IncludeSubDir;
    System::UnicodeString DestinationDir;
    TOTARemotePathType PathType;
    System::UnicodeString Reserved;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
PlatformAPI.pas
PlatformAPI.hpp
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