F
Fishout
Unregistered / Unconfirmed
GUEST, unregistred user!
if (EditPanel.Controls is TDBEdit) then
(EditPanel.Controls as TDBEdit).Font.Color := SelectForeColor;
上述Delphi语句在C++ Builder 中该如何写?
(EditPanel.Controls as TDBEdit).Font.Color := SelectForeColor;
上述Delphi语句在C++ Builder 中该如何写?