System.Types.TRect.Empty
Delphi
class function Empty: TRect; inline; static;
C++
static TRect Empty() _ALWAYS_INLINE
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Types.pas SystemTypes.h |
System.Types | TRect |
Description
Creates an empty TRect object.
Empty creates an empty TRect object, with the upper-left corner and the lower-right corner both in the point (0, 0).