MacroStrings variable

  Classes Reference > CAD Database structure > Variables/Constants >

MacroStrings variable

Previous pageReturn to chapter overviewNext page

Allows to change texts before drawing.

Unit

DXFConv  

var MacroStrings: TStringList;

Description

MacroStrings allows to change texts before drawing. For instance "diameter macro 1" change to "%%c 23". MacroStrings is TStringList object where strings must be in the next formatting: oldvalue1=newvalue1 oldvalue2=newvalue2 and so on.

See also demo extChange+Color2LineWeight

 

 

Go to CAD VCL Enterprise