DL Logo

General Structures

FormsExtensionVersion

Header: DLExtrasExpT.h:559

Description

Structure to hold the version number retrieved by GetFormsExtensionVersion()

Syntax

struct FormsExtensionVersion {
ASInt32 majorVersion;
ASInt32 minorVersion;
ASInt32 subVersion;
ASInt32 releaseVersion;
} FormsExtensionVersionRec, *FormsExtensionVersion;

Used By

General Functions

GetFormsExtensionVersionNumber

Header: DLExtrasProcs.h:1441

Description

Retrieves the Forms Extension Version Number. *

Syntax

void GetFormsExtensionVersionNumber(FormsExtensionVersion version);

Parameters

version
OUT- Structure that holds the version number sub-components.

IsFormsExtensionSupported

Header: DLExtrasProcs.h:1289

Description

Validate the Forms Extension for APDFL dependencies are present.

Syntax

ASBool IsFormsExtensionSupported(void);

Returns

if True, the Forms Extension for APDFL dependencies are present.