Unit 'TRITON' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

TR_EasyRequest

Declaration

Source position: triton.pas line 696

function TR_EasyRequest(

  app: pTR_App;

  bodyfmt: pCHAR;

  gadfmt: pCHAR;

  taglist: pTagItem

):LongWord;

function TR_EasyRequest(

  app: pTR_App;

  bodyfmt: pCHAR;

  gadfmt: string;

  taglist: pTagItem

):LongWord;

function TR_EasyRequest(

  app: pTR_App;

  bodyfmt: string;

  gadfmt: pCHAR;

  taglist: pTagItem

):LongWord;

function TR_EasyRequest(

  app: pTR_App;

  bodyfmt: string;

  gadfmt: string;

  taglist: pTagItem

):LongWord;


Documentation generated on: 2021-07-30