TFrame
From Free Pascal wiki
Jump to navigationJump to search
│
Deutsch (de) │
English (en) │
français (fr) │
日本語 (ja) │
русский (ru) │
TFrame is a named container for components and very similar to TForms. Their unique ability is that they can be embedded into forms or other frames in the designer. As forms they are stored in two files: the code is stored in .pas file and the design in the corresponding .lfm file.
See also