Unit 'cqrgen' Package
[Overview][Classes][Procedures and functions][Index] [#pw_androidwizard]

jcQRGen_GetVCardQRCode

Declaration

Source position: cqrgen.pas line 51

function jcQRGen_GetVCardQRCode(

  env: PJNIEnv;

  _jcqrgen: jobject;

  _name: string;

  _email: string;

  _address: string;

  _phone: string;

  _title: string;

  _company: string;

  _website: string

):jobject; overload;

function jcQRGen_GetVCardQRCode(

  env: PJNIEnv;

  _jcqrgen: jobject;

  _name: string;

  _email: string;

  _address: string;

  _phone: string;

  _title: string;

  _company: string;

  _website: string;

  _width: Integer;

  _height: Integer

):jobject; overload;



CT Web help

CodeTyphon Studio