ImageEn, unit iexRichEdit

TIERichEdit.Filename

TIERichEdit.Filename

Declaration

property Filename: string;

Description

Returns the filename that was last used when opening a file. It will be used to save the file.

Note: Settings this value will not change the document content

Example

lblFilename := IERichEdit1.Filename;

See Also

OpenFromFile
PromptToOpen
SaveToFile
PromptToSave