Assign(TPersistent)
|
|
AssignTo(TPersistent)
|
|
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncFunctionEvent,TObject)
|
|
BeginInvoke(TAsyncProcedureEvent,TObject)
|
|
BeginInvoke(TProc,TObject)
|
|
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)
|
|
BeginInvoke<TResult>(TFunc<TResult>,TObject)
|
|
CreateFolder(TdxCloudStorageFolder,string)
|
Creates a folder in a specified parent folder in a cloud storage.
|
CreateFolder(string)
|
Creates a folder at the specified position in a cloud storage.
|
CreateSharedLink(TdxCloudStorageItem,Boolean,TdxCloudStorageItemPermissionScope)
|
Creates a shared link with a permission to view or edit a file or folder on a connected storage server.
|
DeleteFile(TdxCloudStorageFile)
|
Deletes the specified file from a cloud storage.
|
DeleteFolder(TdxCloudStorageFolder)
|
Deletes the specified folder from a cloud storage.
|
DeleteItem(TdxCloudStorageItem)
|
Deletes the specified cloud storage item.
|
DeletePermission(TdxCloudStorageItemPermission)
|
Deletes the specified access permission.
|
DestroyComponents
|
|
Destroying
|
|
DownloadFile(TdxCloudStorageFile,TStream,TdxCloudStorageFileProgressCallback)
|
Downloads a specified file from the cloud storage to a stream.
|
DownloadFile(string,TStream,TdxCloudStorageFileProgressCallback)
|
Downloads a specified file to a stream.
|
EndFunctionInvoke(IAsyncResult)
|
|
EndInvoke(IAsyncResult)
|
|
EndInvoke<TResult>(IAsyncResult)
|
|
Equals(TObject)
|
|
ExecuteAction(TBasicAction)
|
|
FetchChildren(TdxCloudStorageFolder)
|
Loads the content structure for a specified cloud storage folder.
|
FetchPermissions(TdxCloudStorageItem)
|
Loads access permissions for a specified cloud storage item.
|
FindComponent(String)
|
|
FreeNotification(TComponent)
|
|
FreeOnRelease
|
|
GetChildren(TGetChildProc,TComponent)
|
|
GetHashCode
|
|
GetNamePath
|
|
GetOwner
|
|
GetParentComponent
|
|
HasParent
|
|
InsertComponent(TComponent)
|
|
InviteUsers(TdxCloudStorageItem,TArray<string>,Boolean,Boolean,Boolean,string)
|
|
IsImplementorOf(IInterface)
|
|
Loaded
|
|
MoveFileToTrash(TdxCloudStorageFile)
|
Moves the specified cloud storage file to the “Trash” special folder.
|
MoveFolderToTrash(TdxCloudStorageFolder)
|
Moves the specified cloud storage folder to the “Trash” special folder.
|
MoveItemToTrash(TdxCloudStorageItem)
|
Moves the specified cloud file or folder to the “Trash” special folder.
|
Notification(TComponent,TOperation)
|
|
ReferenceInterface(IInterface,TOperation)
|
|
RemoveComponent(TComponent)
|
|
RemoveFreeNotification(TComponent)
|
|
SetParentComponent(TComponent)
|
|
SetSubComponent(Boolean)
|
|
ToString
|
|
UpdateAction(TBasicAction)
|
|
UploadFile(TdxCloudStorageFolder,string,TdxCloudStorageFileProgressCallback,Boolean)
|
Uploads a locally stored file to the cloud storage.
|
UploadFile(string,string,TdxCloudStorageFileProgressCallback,Boolean)
|
Uploads a locally stored file to the cloud storage.
|