TIdBaseComponent
Ancestor class for all Indy components.
TIdBaseComponent = class(TComponent)
Unit
Description
TIdBaseComponent is the base class that is the ancestor for all Indy components. TIdBaseComponent implements properties and methods that allow Indy components to access
Version number information.
Identifies the Indy version number.
property Version: string;
Description
Version is a read-only String property that identifies the Internet Direct (Indy) version number for the components installed on your computer. Version returns the value specified in
gsIdVersion in the return value.
Reads the Indy version number.
function GetVersion: string;
Return Value
String - version number for the component suite.
Description
GetVersion is a String function that returns the Internet Direct (Indy) version number for the components installed on your computer. GetVersion returns the value specified in
gsIdVersion in the return value.