Skip to main content

TdxCloudStorage Methods

A cloud storage component.
Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
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 Inherited from TComponent.
Destroying Inherited from TComponent.
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) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
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) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
InviteUsers(TdxCloudStorageItem,TArray<string>,Boolean,Boolean,Boolean,string)
IsImplementorOf(IInterface) Inherited from TComponent.
Loaded Inherited from TComponent.
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) Inherited from TComponent.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.
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.
See Also