-
-
if not Edit1.Text.IsEmpty and not Edit2.Text.IsEmpty and Edit3.Text.IsEmpty then одни действия if not Edit1.Text.IsEmpty and not Edit2.Text.IsEmpty and not Edit3.Text.IsEmpty then другие действия
-
Ругается на IsEmpty , в D7 такой функции нету
-
> [2] Andrey5 © (12.04.14 19:53)
А ну да, Делфи же. А самому никак не догадаться до такого if Edit1.Text <> '' and Edit2.Text <> '' and Edit3.Text = '' then одни действия if Edit1.Text <> '' and Edit2.Text <> '' and Edit3.Text <> '' then другие действия
-
Спасибо большое =)
-
> Andrey5 © (12.04.14 21:08) [4] > > Спасибо большое =)
Trim не забудь ;)
-
Благодарю
|