Links
EControl Syntax Editor SDK
TPlainTextSyntExport.ExportType Property

Type of exported block.

property ExportType: TExportType;

This property specifies exported block when you invoke one of these functions: SaveToClipboard, SaveToFile or SaveToStream

Possible values are as follows:

Value 
Meaning 
etCustom 
There is no default block, so before export you have to form export buffer by calling ExportAll, ExportBlock, ExportRange, ExportSelection functions. 
etAllText 
All text will be exported. 
etSelection 
Only selected text will be exported. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!