Version: |
1.2 |
Description: |
Determines if the current entity is selected. |
Declaration: |
|
C/C++ |
extern "C" vbool WINAPI VCIsCurrentSelected(short* iError); |
Delphi |
function VCIsCurrentSelected(var iError: Smallint):Wordbool; stdcall; |
ActiveX/COM |
Function IsCurrentSelected() As Integer |
Parameters: |
returns- an integer value representing
true or false. |
Notes: |
Each entity maintains a flag relating to its current selection state. This flag can be checked to determine whether an application should ignore the entity or process a routine. |
See Also: |
VCNextEntity, VCFirstEntity, VCSetCurrentEntity, VCSetCurrentSelected |