FMX.Forms.TCustomPopupForm.ApplyPlacement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyPlacement;

C++

void __fastcall ApplyPlacement();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomPopupForm

Description

Positions the current pop-up form.

ApplyPlacement positions the TCustomPopupForm pop-up form using the current Size and Placement properties.

See Also