Contains server version string. Syntax: property ServerVersion: string; Description: Shows the version number of the server. It is determined by the value of PG_VERSION when building the server. Example: This example extracts major value of server version: procedure TForm1.Button2Click(Sender: TObject); |