 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Nerio Guest
|
Posted: Sun Dec 14, 2003 9:51 pm Post subject: DBRichEdit |
|
|
How can I verify if a DBRichEdit (or RichEdit) is empty ?
Thanks
Nerio
|
|
| Back to top |
|
 |
Jayme Jeffman Filho Guest
|
Posted: Mon Dec 15, 2003 12:05 pm Post subject: Re: DBRichEdit |
|
|
Hello Nerio,
The TDBRichEdit (or RichEdit) has the TCustomMemo::Lines property which is of TString type, and the TStrings has the System::AnsiString Text property.
bool noText = DBRichEdit->Lines->Text.IsEmpty() ;
HTH
Jayme.
"Nerio" <ne_serzanti (AT) tin (DOT) it> wrote
| Quote: | How can I verify if a DBRichEdit (or RichEdit) is empty ?
Thanks
Nerio
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|