TolliumListColumnBase (open)
Base class for custom column types. Extend from this class if you want to create one.
Syntax
LOADLIB "mod::tollium/lib/componentbase.whlib";
OBJECTTYPE TolliumListColumnBase
Variables
Functions
- STRING FUNCTION GetComponentIdentification()
- INTEGER FUNCTION GetExpectedInputType()
Must return the (HareScript) type of expected input to TranslateValue
- MACRO SetupColumn(RECORD colinfo)
Called when the column is created
- MACRO StaticColumnInit(RECORD data)
Called after setup with the data for this object
- VARIANT FUNCTION TranslateValue(VARIANT invalue)
Translates a value to value expected by for the base type of this column (eg integers for type 'integer', records for type 'image'.