Unit 'HtmlBuffer' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_htmlviewer]

TBuffPointer

Declaration

Source position: HtmlBuffer.pas line 62

type TBuffPointer = record

  case Integer of

    0: (

        BytePtr: PByte;

  

      );

    1: (

        WordPtr: PWord;

  

      );

    2: (

        AnsiChr: PAnsiChar;

  

      );

    3: (

        WideChr: PWideChar;

  

      );

end;



CT Web help

CodeTyphon Studio