FMX: Control.Left, Control.Top

    • Offizieller Beitrag

    Surprisingly the controls in Firemonkey have the properties Left and Top - but they do not control the position of a control (such as a TEdit) on the form.

    In contrast to VCL controls the properties Position.X and Position.Y must be used instead.

    This fact sometimes causes problems which are hard to find, since no syntax error is triggered but the code simply does not work.

    The properties Width and Height work as expected.