Stores the Value in the Z, or depth, location for the underlying object. This method is called by the Z property and should store the value in the same place that the GetZ method retrieves from.
Namespace: CommonInterfaces
Delphi |
public |
Parameters
Value
Type: Integer
The following example assumes that this interface is being implemented by a TButton descendant:
|