Vcl.ExtDlgs.TSaveTextFileDialog Properties
InheritedProtected
ComObject | public | Specifies the interface reference implemented by the component. |
ComponentCount | public | Indicates the number of components owned by the component. |
ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
Components | public | Lists all components owned by the component. |
ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
ComponentStyle | public | Governs the behavior of the component. |
Ctl3D | published | Determines whether the dialog has a three-dimensional look. |
DefaultExt | published | Specifies a default file extension. |
DesignInfo | public | Contains information used by the Form designer. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
EncodingIndex | published | Specifies the index of an Encodings property. |
Encodings | published | Represents the list of encodings that can be used to select the file encoding. |
FileEditStyle | public | Determines the style of the file-selection dialog. (Obsolete.) |
FileName | published | Indicates the name and directory path of the last file selected. |
Files | public | List of selected file names. |
Filter | published | Determines the file masks (filters) available in the dialog. |
FilterIndex | published | Determines which filter is selected by default when the dialog opens. |
Handle | public | Specifies the window handle of the dialog. |
HelpContext | published | Specifies the context number for online Help. |
HistoryList | public | Maintains a list of previously selected files. (Obsolete.) |
InitialDir | published | Determines the current directory when the dialog opens. |
Name | published | Specifies the name of the component as referenced in code. |
Observers | public | Indicates the TObservers object added to the TComponent. |
Options | published | Determines the appearance and behavior of the file-selection dialog. |
OptionsEx | published | Augments the Options property with additional flags that determine the appearance and behavior of the file-selection dialog. |
Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
Tag | published | Stores a NativeInt integral value as a part of a component. |
Template | protected | Points to a custom template for the dialog. |
TemplateModule | protected | |
Title | published | Specifies the text in the dialog's title bar. |
VCLComObject | public | Represents information used internally by components that support COM. |