MacroStrings variable
Allows to change texts before drawing.
Unit
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