====== TCSLocation ====== Contains data on the location ===== Syntax ===== TCSLocation = record Protocol: string; User: string; Pass: string; Host: string; Port: string; Path: string; Params: string; end; ==== Fields ==== * **//Protocol//** * //type:// string * //functions:// protocol * **//User//** * //type:// string * //functions:// user name * **//Pass//** * //type:// string * //functions:// password * **//Host//** * //type:// string * //functions:// host * **//Port//** * //type:// string * //functions:// port * **//Path//** * //type:// string * //functions:// path * **//Params//** * //type:// string * //functions:// parameters