This method sets the retrieved port names into the Ports property.

[C++Builder]   [ bool = ]imagekitcontrolname->PrintDraw->EnumPorts()
[Delphi]   [ Boolean = ]imagekitcontrolname.PrintDraw.EnumPorts()

Parameters

None

Return Value

Returns True if successful, otherwise returns False.

Explanation

The EnumPorts method sets the retrieved port names into the Ports property.

Differences between the ImageKit7/8/9/10

The PortNames parameter has been eliminated.
The return value has been changed from integer to boolean
The number of retrieved ports can be found in Ports.Count

The ImageKit10 VCL is a product created by Newtone Corporation