|
TCustomRichViewEdit.InsertOEMTextFromFile |
Top Previous Next |
|
Loads text file (in OEM-defined character set) FileName and inserts its content in the position of caret. function InsertOEMTextFromFile(const FileName: String):Boolean; "OEM" stands for "original equipment manufacturer". This is character set of MS DOS. The inserted text (one or more text items) has current text and paragraph styles. Method type:
Return value: "Was reading from from file successful?"
See also methods: See also properties: See also properties of TRVStyle: See also: |