getVersion

Return the version number of the IDE Worksheet Plug-In API that is used by this component.

operation getVersion
  params
    numeric pApiVersion : OUT
  endparams

  pApiVersion = 1

end

Parameters

pApiVersion—version number of Worksheet Plug-In API that you have programmed for. The current version is 1.

Description

The getVersion operation ensures that Uniface can enhance the API, adding functions or changing interfaces, without affecting components that implement an earlier version.

When the API is enhanced with new or modified interface functions, the version number is increased accordingly.