VT

 (Available in 01 TS COM - TS_COM_NULL)

Purpose

Set the variant type

Syntax

oNULL:VT:=VT_EMPTY

Arguments

siVT
SHORT

Description

Set the variant type

Returns

VT = Variant type

Source

ASSIGN VT( siVT AS SHORT ) AS SHORT PASCAL CLASS TS_NULL
   TSTrace Enter
   SELF:_VT:=siVT
   TSTrace Leave
RETURN SELF:_VT