[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGUri.build_with_user

Declaration

Source position: lazglib2.pas line 3829

function TGUri.build_with_user(

  flags: TGUriFlags;

  scheme: Pgchar;

  user: Pgchar;

  password: Pgchar;

  auth_params: Pgchar;

  host: Pgchar;

  port: gint;

  path: Pgchar;

  query: Pgchar;

  fragment: Pgchar

):PGUri;