Method ScaleBy(M, D: Integer)
Description
Rescales control and its children.
Details
ScaleBy resizes a control without moving its upper left corner. This is similar to changing the Height and Width properties, but the control also attempts to rescale and rearrange any child controls to maintain their relative size and placement.
The M and D parameters define a multiplier and divisor by which to scale the control. For example, to make a control 125% of its original size, specify the value of M as 125, and the value of D as 100. Any pair of values that has the same ratio has the same effect. Thus M = 5 and D = 4 also makes the control 125% of its previous size.