T - Petewg/harbour-core GitHub Wiki
Back to Home
-
TBrowseDB(
[<nTop>], [<nLeft>], [<nBottom>], [<nRight>]) ➜ oBrowse -
TFileRead() ➜ oFileToRead
returns an instance of the File Reader class. See/contrib/hbmisc/doc/en/ht_class.txtfor more.. -
Time() ➜ cTimeString
returns system time. -
TimeValid(
<cTime>) ➜ lValid
returns .T. when<cTime>is a valid time or .F. otehrwise. -
Tone(
<nFrequency>, <nDuration>) ➜ NIL -
Transform(
<xExpression>, <cSayPicture>) ➜ cFormattedString -
Trim(
<cString>) ➜ cTrimString
returns a copy of<cString>with the trailing spaces removed. If<cString>is a null string ("") or all spaces, TRIM() returns a null string (""). This function is identical to RTrim(). -
Type(
<cExp>) ➜ cType
see ValType().
Back to Home
* Copyright © 2016–present Pete D.