[Lazarus] DBEdit, DBMemo all readonly = true ! Whi?
OsvaldoTCF
arquivostcf at gmail.com
Wed Feb 27 16:24:43 CET 2008
Ubuntu Gutsy
GTK2 and GTK
Lazarus svn 14266
My DBEdit and my DBMemo is readonly, i need a workaround for continue my
work:
---------------------------
procedure TfrmAluno.FormActivate(Sender: TObject);
var
contador : integer;
begin
for contador := 0 to ComponentCount - 1 do
begin
if ((Components[contador] is TCustomEdit) and
(Components[contador].Tag <> 111)) then
(Components[contador] as TCustomEdit).ReadOnly := false;
end;
end;
----------------------------------------
More information about the Lazarus
mailing list