Populates a list of MySQL services at the server to which Connection is connected.
procedure GetServiceNames(List: TStrings);
Call the GetServiceNames property to populate a list of MySQL services at the server to which Connection is connected.
List.Objects[] fields are filled with the status of services in TMyServiceStatus format.
This method is available only for Windows.
Note: Any contents already in the target string list object are eliminated and overwritten by the data produced by GetServiceNames.