Vcl.Samples.Calendar.TCalendar.WMSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WMSize(var Message: TWMSize); message WM_SIZE;

C++

HIDESBASE MESSAGE void __fastcall WMSize(Winapi::Messages::TWMSize &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar TCalendar

Description

Internally used when resizing the calendar component.

The WMSize method is internally used to capture the Windows WM_SIZE message when resizing the calendar component. WMSize ensures that the calendar is resized uniformly.