MyDAC

TMyServerControl.GetServiceNames Method

Populates a list of MySQL services at the server to which Connection is connected.

Class

TMyServerControl

Syntax

procedure GetServiceNames(List: TStrings);

Parameters
List
Holds a list of MySQL services.

Remarks

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.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback