System.Types.TSize.operator -

From RAD Studio API Documentation
Jump to: navigation, search

C++

TSize operator -(const TSize& rhs) const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public SystemTypes.h System.Types TSize

Description

Subtracts a TSize object from another TSize object.

See Also