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" <
XXXX@XXXXX.COM >wrote in message news:
XXXX@XXXXX.COM ...
Quote
How can I verify if a DBRichEdit (or RichEdit) is empty ?
Thanks
Nerio