The GetZ method returns the Z, or depth, location of the underlying object. This method is called by the Z property and should return the same value stored there by the SetZ method.
Note |
---|
Required by VCL.Net |
Namespace: CommonInterfaces
Delphi |
public |
Return Value
Type: Integer
The following example assumes that this interface is being implemented by a TButton descendant: Delphi |
begin |