TPagecontrol equivalent for Firemonkey

delphi, firemonkey

Solution

You can take Firemonkey's `TTabControl` as a replacement for VCL's `TPageControl`. Their tabs are containers just like everything else in Firemonkey (so unlike the VCL's `TTabControl` their tabs are real containers).

Problem

while changing software development from VCL frame work to Firemonkey, I can not understand where is the TPagecontrol component gone from the good old VCL framework. I already placed a TTabControl on my Form and added several Tabitemn, bit now I can not find the replacement for the TPagecontrol.

Original source