[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Scales the width of the header sections in the control using the specified multiplier and divisor.
Source position: comctrls.pp line 4092
public procedure TCustomHeaderControl.ChangeScale( |
M: Integer; |
D: Integer |
); override; |
M |
|
Multiplier for the scaling factor. |
D |
|
Divisor for the scaling factor. |
ChangeScale is an overridden method in TCustomHeaderControl, and calls the inherited method on entry to scale the overall size for the control and its child controls. ChangeScale applies the scaling factor represented by M and D to the individual header sections defined in the Sections collection. The Width for each THeaderSection instance is updated using the multiplier and divisor to scale the section width.
|
Sections - the short segments of the header separated by vertical bars that function as the elementary selection units of the header. |
|
|
Implements a section displayed on a TCustomHeaderControl / THeaderControl instance. |
|
|
Scales (resizes) the control and all of its child controls. |
Version 4.0 | Generated 2025-05-03 | Home |