Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSizeF Record

In This Article

A TSize type equivalent with the single-precision floating-point Height and Width dimensions.

#Declaration

Delphi
TdxSizeF = record

#Remarks

The TdxSizeF type provides the following methods:

  • The class functions that return a specific TdxSizeF value (Create and Null);

  • The function returning a TdxSizeF value whose field values store the Height and Width values rounded up to the nearest integer (Ceil);

  • The procedure that assigns the specified values to the Height and Width fields (Init).

See Also