[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

IsVariantManagerSet

Determine if variant manager is currently set.

Declaration

Source position: varianth.inc line 191

function IsVariantManagerSet: Boolean;

Description

IsVariantManagerSetdetermines whether the variant manager was set to a correct variant manager. It returns Trueif it is, or Falseif it is not.

The routine checks all variant operation handlers, they should all be set correctly.

See also

SetVariantManager

  

Set the current variant manager.

GetVariantManager

  

Return the current variant manager.