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.RecentDayCountLimit Property

Specifies the time limit (in days) during which the stored files are considered “recent”.

#Declaration

Delphi
property RecentDayCountLimit: Integer read; write; default DefaultRecentDayCountLimit;

#Property Value

Type Default
Integer DefaultRecentDayCountLimit

#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 RecentDayCountLimit property value is the DefaultRecentDayCountLimit writable typed constant value.

See Also