Delphi Zone
Login
Register
Questions
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Delphi-zone Q&A, where you can ask questions and receive answers from other members of the community.
All categories
Components
(2)
Why does WriteComponent save only one object?
Hello,
i have read the follow tip:
http://www.delphi-zone.com/2010/11/how-to-save-object-configuration-data-easily/
but I have the following structure, and the FPanel[2] Object (4 exists) only one will be saved.
They are stacked into the same parent ....
TMainWindow = class
public
FForm: TForm;
FPanel: Array [0..2048] of TPanel;
FLabel: Array [0..2048] of TButton;
end;
var
FMainWindowArray : Array [0..2048] of TMainWindow;
thanks fpr hints
jens
-
asked
1 year
ago
in
Components
by
anonymous
Please
log in
or
register
to answer this question.
0 Answers
Related questions
Tcxcombobox unreadable code
-
asked
1 year
ago
in
Components
by
newenter15
unreadable
code