|
TCustomRichViewEdit.InsertRVFFromFileEd |
Top Previous Next |
|
Inserts RVF (RichView Format) from the file FileName in the position of caret. function InsertRVFFromFileEd(const FileName: String):Boolean; Settings for RVF loading can be changed in the TRichView component editor. Method type: Return value: "successful reading?"
See also methods of TRichViewEdit: See also methods of TRichView: ▪LoadRVF. ▪See also properties: ▪RVFTextStylesReadMode (this method type: RVF insertion); ▪RVFParaStylesReadMode (this method type: RVF insertion). See also events: ▪OnControlAction (ControlAction=rvcaAfterRVFLoad). See also: ▪Inserting items in position of caret; ▪RVF. |