Unit 'lptypes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_lape]

TVarRecContainer

Declaration

Source position: lptypes.pas line 73

type TVarRecContainer = record

  CVar: Variant;

  

  case SizeInt of

    vtExtended: (

        CExtended: Extended;

  

      );

    vtString: (

        CShortString: shortstring;

  

      );

    vtCurrency: (

        CCurrency: Currency;

  

      );

    vtInt64: (

        CInt64: Int64;

  

      );

    vtQWord: (

        CQWord: QWord;

  

      );

end;



CT Web help

CodeTyphon Studio