The SetXYZ method sets the coordinates for the location all at once.
Namespace: CommonInterfaces
Delphi |
public |
Parameters
X
Type: Single
Y
Type: Single
Z
Type: Single
The following example assumes that this interface is being implemented by a TButton descendant:
|