TextArea.Save
From Xojo Documentation
This item was deprecated in version 2013r1. Please use TextArea.StyledText.RTFData as a replacement. |
Supported Platforms Project Types: Desktop Platforms: macOS, Windows, Linux |
Method
TextArea.Save(f As FolderItem,SaveAsStyled as Boolean) As Boolean
New in 2009r3
Supported for all project types and targets.
New in 2009r3
Supported for all project types and targets.
Saves the contents of the TextArea to the passed FolderItem. If the save was successful, it returns True.
Notes
If SaveAsStyled is True, then the style information is saved. The default is True.
This method is not available on Cocoa.
Example
This example saves the contents of the TextArea: