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

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

An Application Folder 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?