API:System.Types.TSize.Create
Delphi
constructor Create(P : TSize); overload;
constructor Create(const X, Y : Integer); overload;
C++
TSize() _ALWAYS_INLINE {
TSize(const tagSIZE& ts) _ALWAYS_INLINE {
TSize(int32_t x, int32_t y) _ALWAYS_INLINE {
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | System.Types.pas SystemTypes.h |
System.Types | TSize |
Description
Embarcadero Technologies does not currently have any additional information.