Frames in FireMonkey

From RAD Studio
Jump to: navigation, search

Go Up to FireMonkey Applications Guide


A frame is a container that lets you group components together, so that you can reuse or nest the group within forms or other containers. In FireMonkey, frames work much the same as frames work in VCL. For details, see Working with Frames.

Creating a New Frame

To create a new frame in FireMonkey, choose:

File > New > Delphi Projects > Delphi Files > FireMonkey Frame
File > New > C++Builder Projects > C++Builder Files > FireMonkey Frame

See Also