mirror of
https://github.com/ngeor/Chameleon.git
synced 2025-12-19 09:53:43 +01:00
Auto-formatted Pascal files: about1.pas, frmMain.pas
This commit is contained in:
parent
0f64d31bfa
commit
42e274e30f
@ -132,7 +132,8 @@ begin
|
|||||||
SendMessage(wnd, CB_GETLBTEXT, i - 1, longint(@itemtext));
|
SendMessage(wnd, CB_GETLBTEXT, i - 1, longint(@itemtext));
|
||||||
node2 := AddChild(node1, 'Item #' + IntToStr(i));
|
node2 := AddChild(node1, 'Item #' + IntToStr(i));
|
||||||
AddChild(node2, 'Text = ' + itemtext);
|
AddChild(node2, 'Text = ' + itemtext);
|
||||||
AddChild(node2, 'Data = ' + IntToStr(SendMessage(wnd, CB_GETITEMDATA, i - 1, 0)));
|
AddChild(node2, 'Data = ' +
|
||||||
|
IntToStr(SendMessage(wnd, CB_GETITEMDATA, i - 1, 0)));
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
if childlist.Count > 0 then
|
if childlist.Count > 0 then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user