Assembly: ExtCtrls;
The MetabaseSaveDialog class implements the MetabaseSaveDialog development environment component that is a dialog box for saving repository object.
| Property name | Brief description | |
![]() |
SaveObject | The SaveObject property determines description of the repository object to be saved. |
| Property name | Brief description | |
![]() |
FilterIndex | The FilterIndex property determines index of the selected filter used in dialog boxes to filter repository objects. |
![]() |
Filters | The Filters property returns the collection of filters used in dialog boxes. |
![]() |
FolderFilters | The FolderFilters property returns the collection of filters that are used to determine folder objects in the dialog box. |
![]() |
InitialFolder | The InitialFolder property determines the initial folder. |
![]() |
Object | The Object property returns the description of the selected repository object. |
![]() |
Objects | The Objects property returns the collection of the selected repository objects. |
![]() |
Root | The Root property determines a root catalog for the dialog box. |
![]() |
Title | The Title property determines the dialog box title. |
| Property name | Brief description | |
![]() |
ComponentCount | The ComponentCount property returns the number of child components located on the parent component. |
![]() |
Components | The Components property returns the child component, which index is passed via the input parameter. |
![]() |
Data | The Data property is used to store any custom data. |
![]() |
Name | The Name property determines the component name. |
![]() |
Tag | The Tag property is not used by the compiler. The user can change the value of this property and use it at his discretion. |
| Method name | Brief description | |
![]() |
Execute | The Execute method executes the dialog box. |
See also: