Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCloudStorageProvider.RecentFileCountLimit Property

Specifies the maximum number of files within the “Recent” special folder.

#Declaration

Delphi
property RecentFileCountLimit: Integer read; write; default DefaultRecentFileCountLimit;

#Property Value

Type Default
Integer DefaultRecentFileCountLimit

#Remarks

The RecentDayCountLimit and RecentFileCountLimit property values limit the number of files that the data provider can fetch into the “Recent” special folder accessible via the cloud storage component’s Files.SpecialFolders property.

Note

Only the Google Drive data provider has the capability to restrict the number of files in the “Recent” special folder according to the time elapsed since the last change and the maximum number of files in the folder.

The default RecentFileCountLimit property value is the DefaultRecentFileCountLimit writable typed constant value.

See Also