Folders are implemented in class TNameSpaceExtension. An object of this class corresponds to a folder in the Explorer tree, the object representing your namespace extension.
There are two types of folders: the root folder of your namespace, which is located inside an external folder over which you don't have any control (the junction point); and subfolders of your namespace, located inside a TNameSpaceExtension.
Creation:
The root folder is created automatically by the framework.
Subfolders are created through TNameSpaceExtension.CreateFolder.
Persistence:
These objects do not have a persistent state.
Relationships:
Subfolders have a parent that is a TNameSpaceExtension.
See also:
|
|