[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: _crw_apptools.pas line 383
function GetWordUnderCursor( |
const aText: LongString; |
aCursor: Integer; |
const SpecChars: LongString = '' |
):LongString; overload; |
const aText: WideString; |
aCursor: Integer; |
const SpecChars: WideString = '' |
):WideString; overload; |