Application Folder

<< Click to Display Table of Contents >>

 

Application Folder

The Application Folder (RuntimeFolder) object is similar to a Data Folder object from a Data Server, allowing to group Server objects inside folders. However, there are important differences:

An Application Folder object is only available at run time

This object contains the Application, Count, Name, Parent, and PathName general properties, and also the Item and Save general methods

This object allows using the For Each statement to enumerate its child objects, but that kind of access only takes into account Server objects, not listing, for example, Screens and Resources inside Folders

The root folder from where users can enumerate objects is always the Server object

Was this page useful?