|
TCustomRichView.Clear |
Top Previous Next |
|
Clears the document. procedure Clear; virtual; This method: ▪deletes all items; ▪turns off displaying soft page breaks; ▪clears DocProperties; ▪stops animations, if AnimationMode = rvaniOnFormat. This method does not change collections of text, paragraph and list styles. So, if your application adds styles while editing, call DeleteUnusedStyles after Clear. Method type: generally, it's a This method is called by the methods: LoadRVF, LoadRVFFromStream. See also methods: ▪Format. See also method of TRichViewEdit: ▪Clear. See also: ▪Methods for building documents.
|