Top  >  Lycia reference  >  Querix 4GL  >  Classes and Methods  >  base classes and methods

 

base methods

 

In this chapter, you can find out the necessary details about the Lycia-provided base methods:

 

base.Application methods

 

base.Application.getArgument()

base.Application.getArgumentCount()

base.Application.getProgramName()

 

text

 

base.Application.getProgramDir()

base.Application.getFglDir()

 

 

text

 

base.Application.getResourceEntry()

base.Application.getStackTrace()

 

base.Channel methods

 

base.Channel.create()

base.Channel.openFile()

base.Channel.openPipe()

base.Channel.openClientSocket()

 

 

 

base.Channel.read()

base.Channel.readLine()

base.Channel.write()

base.Channel.writeLine()

ext

 

base.Channel.setDelimiter()

base.Channel.isEof()

base.Channel.close()

base.Stringbuffer methods

 

base.StringBuffer.create()

base.StringBuffer.append()

base.StringBuffer.clear()

base.StringBuffer.toString()

base.StringBuffer.equals()

 

texttext

 

base.StringBuffer.getCharAt()

base.StringBuffer.getIndexOf()

base.StringBuffer.getLength()

base.StringBuffer.subString()

base.StringBuffer.toLowerCase()

texttext

ytj

base.StringBuffer.toUpperCase()

base.StringBuffer.trim()

base.StringBuffer.replace()

base.StringBuffer.replaceAt()

base.StringBuffer.insertAt()

base.Tokenizer methods

 

base.StringTokenizer methods

base.StringTokenizer.create()

 

 

text

 

base.StringTokenizer.createExt()

base.StringTokenizer.nextToken()

text

 

 

 

 

In the table above, all the method names are clickable and lead to the description of the corresponding method.