TcxOffsets.IsEmpty Method
In This Article
Identifies if all offsets are zeros.
#Declaration
Delphi
function IsEmpty: Boolean; override;
#Returns
Type | Description |
---|---|
Boolean | True if the Left, Top, Right, and Bottom properties are set to 0; otherwise, False. |
See Also