Answer the question
In order to leave comments, you need to log in
What can the DrawGrid component display at the same time?
Please provide correct answers. There is an assumption that only drawings ...
Answer the question
In order to leave comments, you need to log in
This component allows you to display everything that can be drawn programmatically: pictures, texts, lists, formulas, and so on. The form is not only drawing, but also the placement of an object with its window handle, so that disappears. "Calculations" is too general a term, but if you can figure out how to draw a diagram/formula of calculations, then you are welcome. And the rest rolls.
The form... is dropped.A form can be "embedded" using Parent .
...
tsDatail: TTabSheet;
...
procedure TMainFM.tsDatailShow(Sender: TObject);
begin
if FilmDatailFM = nil then begin
FilmDatailFM := TFilmDatailFM.Create( Application );
FilmDatailFM.Parent := tsDatail;
end;
FilmDatailFM.Show;
end;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question