Unit 'Variants' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

VarOpAsText

Names of operations.

Declaration

Source position: variants.pp line 319

const VarOpAsText: array [TVarOp] of AnsiString = ('+', '-', '*', '/', 'div', 'mod', 'shl', 'shr', 'and', 'or', 'xor', '', '-', 'not', '=', '<>', '<', '<=', '>', '>=', '**');

Description

VarOpAsText is an array with the names of the various variant operations.

See also

VarTypeAsText

  

Return a textual description of the variant type.


Documentation generated on: Jul 24 2023