CurrText method

Applies to
TForm4

Declaration
function CurrText: TJvTextAttributes;

Implementation

function TForm4.CurrText: TJvTextAttributes;
begin
if Editor.SelLength > 0 then Result := Editor.SelAttributes
else Result := Editor.DefAttributes;
End;


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