IsClear method
Returns True if the field is Clear

Applies to
TESBCustomEdit

Declaration
function IsClear: Boolean;

Implementation

function TESBCustomEdit.IsClear: Boolean;
begin
     Result := (inherited Text = '') or fNull;
End;


HTML generated by Time2HELP
http://www.time2help.com