Unit 'uCEFTypes' Package
[Overview][Types][Index] [#pl_cef4typhon]

TUrlParts

Declaration

Source position: uCEFTypes.pas line 1232

type TUrlParts = record

  spec: ustring;

  

  scheme: ustring;

  

  username: ustring;

  

  password: ustring;

  

  host: ustring;

  

  port: ustring;

  

  origin: ustring;

  

  path: ustring;

  

  query: ustring;

  

  fragment: ustring;

  

end;



CT Web help

CodeTyphon Studio