Příkaz Option Compatible

Option Compatible turns on the VBA-compatible Basic compiler mode at the module level. The function CompatibilityMode() controls runtime mode and affects all code executed after setting or resetting the mode.

warning

Tento příkaz je nutné přidat v modulu před spustitelný program.


Tato funkce může ovlivnit následující situace:

note

Option Compatible je nutné použít při vytváření modulů tříd.


Syntaxe:

Option Compatible

CompatibilityMode() Function

CompatibilityMode() function is controlling runtime mode and affects all code executed after setting or resetting the mode. Option Compatible turns on VBA compatibility at module level for the LibreOffice Basic compiler.

warning

Use this feature with caution, limit it to document conversion situations for example.


This function may affect or help in the following situations:

note

CompatibilityMode() function may be necessary when resorting to Option Compatible or Option VBASupport compiler modes.


Syntaxe:

CompatibilityMode(True | False)

Refer to Identifying the Operating System and Getting Session Information for Option Compatible simple examples, or Access2Base shared Basic library for other class examples making use of Option Compatible compiler mode.

Změna rozsahu platnosti proměnných pomocí funkce CompatibilityMode() je uvedena v části Použití procedur a funkcí.

Podpořte nás!