Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 678 Bytes

File metadata and controls

28 lines (20 loc) · 678 Bytes

GetXPropVersion

Description

Returns the version of the Extended Properties support currently running. To be used in case the way the calls work changes, and programmers have to account for the differences.

See the <a href=http://www.vectorlab.info/index.php?title=Events>VectorLab article on object events.

PROCEDURE GetXPropVersion(VAR outVersion : LONGINT);
def vs.GetXPropVersion():
    return outVersion

Parameters

Name Type Description
outVersion LONGINT Output parameter.

Version

Availability: from All Versions

This is drop-in function.

Category