The GetX method returns the X, or horizontal, location of the underlying object. This method is called by the X property and should return the same value stored there by the SetX method.
Namespace: CommonInterfaces
Delphi |
public |
Return Value
Type: Integer
The following example assumes that this interface is being implemented by a TButton descendant: Delphi |
begin |