Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TMS VCL Cloud Pack
How to retrieve the files and folders for a specific folder from GDrive

TadvGDrive: To retrieve the files and folders for a specific folder, use the GetFolderList call with the folder’s ID as a parameter.

Example:

    var
        ciFolderList: TCloudItems;
    begin
        ciFolderList := AdvGDrive.GetFolderList(AdvGDrive.GetFileInfo(FolderID));