TAGWAPI.GetHeardInfo
TAGWAPI

<font face="Arial"><font SIZE="3">Retrieve Heard Stations on a Port 
</font></font>

function GetHeardInfo(iPort, iPos: Integer): String;

Unit
AGWAPI

Description
<font face="Arial"><font SIZE="3">This function allows the application program to retrieve information about heard stations on a given radio port.
The application has to call with a valid port number (between 1..PortMax) and a position on the heard list (1..20); if there is less than 20 stations heard on a given port the string returned is empty.
The information is only refreshed periodically if the Property Poll is set to TRUE, otherwise it reflects the status at the moment of the activation of the component (Property Active = TRUE).
This method should be called after the OnReady event has been received.
</font></font>