VCGetSymAutoExplode
VCSetSymAutoExplode


Version:

1.2

Description:

Specifies if a symbol is automatically exploded when placed.

Declaration:

 

C/C++

extern "C" vbool WINAPI VCGetSymAutoExplode(short* iError);
extern "C" void WINAPI VCSetSymAutoExplode(short* iError, vbool tf);

Delphi

function VCGetSymAutoExplode(var iError: Smallint):Wordbool; stdcall;
procedure VCSetSymAutoExplode(var iError: Smallint; tf: Wordbool); stdcall;

ActiveX/COM

Function GetSymAutoExplode() As Integer
Sub SetSymAutoExplode(ByVal i As Integer)

Parameters:

tf - toggle setting
0 - Off (Unchecked)
1 - On (Checked)
2 - Restore previous state

Notes:

 

See Also:

VCGetSymExplode