Indy 9
TIdBaseComponent
Hierarchy, Properties, Methods, See Also, Unit: IdBaseComponent
Ancestor class for all Indy components.
TIdBaseComponent = class(TComponent)
Unit
IdBaseComponent
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.

TIdBaseComponent.Version
TIdBaseComponent
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.

TIdBaseComponent.GetVersion
TIdBaseComponent
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.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.