All Identifiers

NameUnitDescription
AnsiCDateTime synautil Returns date and time in format defined in ANSI C compilers in format "ddd mmm d hh:nn:ss yyyy"
ASN1_BOOL asn1util  
ASN1_COUNTER asn1util  
ASN1_ENUM asn1util  
ASN1_GAUGE asn1util  
ASN1_INT asn1util  
ASN1_IPADDR asn1util  
ASN1_NULL asn1util  
ASN1_OBJID asn1util  
ASN1_OCTSTR asn1util  
ASN1_OPAQUE asn1util  
ASN1_SEQ asn1util  
ASN1_SETOF asn1util  
ASN1_TIMETICKS asn1util  
ASNDecLen asn1util Decodes length of next element in "Buffer" from the "Start" position.
ASNDecOIDItem asn1util Decodes an OID item of the next element in the "Buffer" from the "Start" position.
ASNdump asn1util Convert ASN.1 BER encoded buffer to human readable form for debugging.
ASNEncInt asn1util Encodes a signed integer to ASN.1 binary
ASNEncLen asn1util Encodes the length of ASN.1 element to binary.
ASNEncOIDItem asn1util Encodes OID item to binary form.
ASNEncUInt asn1util Encodes unsigned integer into ASN.1 binary
ASNItem asn1util Beginning with the "Start" position, decode the ASN.1 item of the next element in "Buffer". Type of item is stored in "ValueType."
ASNObject asn1util Encodes ASN.1 object to binary form.
BinToInt synautil Returns an integer equivalent of the binary string in "Value". (i.e. ('10001010') returns 138)
c64k blcksock  
c6AnyHost blcksock  
c6Broadcast blcksock  
c6Localhost blcksock  
cAnyHost blcksock  
cAnyPort blcksock  
cBroadcast blcksock  
CDateTime synautil Returns date and time in format defined in C compilers in format "mmm dd hh:nn:ss"
cDnsProtocol dnssend  
cFtpDataProtocol ftpsend  
cFtpProtocol ftpsend  
CharsetConversion synachar Convert Value from one charset to another. See: CharsetConversionEx
CharsetConversionEx synachar Convert Value from one charset to another with additional character conversion. see: Replace_None and Replace_Czech
CharsetConversionTrans synachar Convert Value from one charset to another with additional character conversion. This funtion is similar to CharsetConversionEx, but you can disable transliteration of unconvertible characters.
cHttpProtocol httpsend  
cIMAPProtocol imapsend  
cLDAPProtocol ldapsend  
cLocalhost blcksock  
cNNTPProtocol nntpsend  
cNtpProtocol sntpsend  
CodeInt synautil Return two characters, which ordinal values represents the value in byte format. (High-endian)
CodeLongInt synautil Return four characters, which ordinal values represents the value in byte format. (High-endian)
CountOfChar synautil Return count of Chr in Value string.
cPop3Protocol pop3send  
CR blcksock  
CR synaser  
Crc16 synacode return CRC16 from a value string.
Crc32 synacode return CRC32 from a value string.
CRLF blcksock  
CRLF synaser  
cSerialChunk synaser  
cSmtpProtocol smtpsend  
cSnmpProtocol snmpsend  
cSnmpTrapProtocol snmpsend  
cSysLogProtocol slogsend  
cTelnetProtocol tlntsend  
cTFTPProtocol ftptsend  
cTFTP_ACK ftptsend  
cTFTP_DTA ftptsend  
cTFTP_ERR ftptsend  
cTFTP_RRQ ftptsend  
cTFTP_WRQ ftptsend  
CustomMonthNames synautil can be used for your own months strings for GetMonthNumber
dcb_AbortOnError synaser  
dcb_Binary synaser  
dcb_DsrSensivity synaser  
dcb_DtrControlDisable synaser  
dcb_DtrControlEnable synaser  
dcb_DtrControlHandshake synaser  
dcb_DtrControlMask synaser  
dcb_ErrorChar synaser  
dcb_InX synaser  
dcb_NullStrip synaser  
dcb_OutX synaser  
dcb_OutxCtsFlow synaser  
dcb_OutxDsrFlow synaser  
dcb_ParityCheck synaser  
dcb_Reserveds synaser  
dcb_RtsControlDisable synaser  
dcb_RtsControlEnable synaser  
dcb_RtsControlHandshake synaser  
dcb_RtsControlMask synaser  
dcb_RtsControlToggle synaser  
dcb_TXContinueOnXoff synaser  
Decode4to3 synacode Decode 4to3 encoding with given table. If some element is not found in table, first item from table is used. This is good for buggy coded items by Microsoft Outlook. This software sometimes using wrong table for UUcode, where is used ' ' instead '`'.
Decode4to3Ex synacode Decode 4to3 encoding with given REVERSE table. Using this function with reverse table is much faster then Decode4to3. This function is used internally for Base64, UU or XX decoding.
DecodeBase64 synacode Decode string from base64 format.
DecodeBase64mod synacode Decode string from modified base64 format. (used in IMAP, for example.)
DecodeInt synautil Decodes two characters located at "Index" offset position of the "Value" string to Word values.
DecodeLongInt synautil Decodes four characters located at "Index" offset position of the "Value" string to LongInt values.
DecodeQuotedPrintable synacode Decodes a string from quoted printable form. (also decodes triplet sequences like '=7F')
DecodeRfcDateTime synautil Decode various string representations of date and time to Tdatetime type. This function do all timezone corrections too! This function can decode lot of formats like:

 ddd, d mmm yyyy hh:mm:ss
 ddd, d mmm yy hh:mm:ss
 ddd, mmm d yyyy hh:mm:ss
 ddd mmm dd hh:mm:ss yyyy

and more with lot of modifications, include:


Sun, 06 Nov 1994 08:49:37 GMT    ; RFC 822, updated by RFC 1123
Sunday, 06-Nov-94 08:49:37 GMT   ; RFC 850, obsoleted by RFC 1036
Sun Nov  6 08:49:37 1994         ; ANSI C
Timezone corrections known lot of symbolic timezone names (like CEST, EDT, etc.) or numeric representation (like +0200). By convention defined in RFC timezone +0000 is GMT and -0000 is current your system timezone.
DecodeTriplet synacode Decodes triplet encoding with a given character delimiter. It is used for decoding quoted-printable or URL encoding.
DecodeURL synacode Decodes a string of URL encoding. (also decodes triplet sequences like '%7F')
DecodeUU synacode Decodes a string from UUcode format.
DecodeXX synacode Decodes a string from XXcode format.
DecodeYEnc synacode decode line with Yenc code. This code is sometimes used in newsgroups.
DisableIconv synachar By this you can generally disable/enable Iconv support.
Dump synautil Dump binary buffer stored in a string to a file with DumpFile filename.
DumpEx synautil Dump binary buffer stored in a string to a file with DumpFile filename. All bytes with code of character is written as character, not as hexadecimal value.
DumpExStr synautil Dump binary buffer stored in a string to a result string. All bytes with code of character is written as character, not as hexadecimal value.
DumpStr synautil Dump binary buffer stored in a string to a result string.
EAuthorizationError snmpsend  
EBadValue snmpsend  
ECommitFailed snmpsend  
EGenErr snmpsend  
EInconsistentName snmpsend  
EInconsistentValue snmpsend  
Encode3to4 synacode Encode by system 3to4 (used by Base64, UU coding, etc) by given table.
EncodeBase64 synacode Encodes a string to base64 format.
EncodeBase64mod synacode Encodes a string to modified base64 format. (used in IMAP, for example.)
EncodeQuotedPrintable synacode Encodes a string to triplet quoted printable form. All NonAsciiChar are encoded.
EncodeSafeQuotedPrintable synacode Encodes a string to triplet quoted printable form. All NonAsciiChar and SpecialChar are encoded.
EncodeTriplet synacode Performs triplet encoding with a given character delimiter. Used for encoding quoted-printable or URL encoding.
EncodeURL synacode Encodes a string to URL format. Used to encode critical characters in all URLs.
EncodeURLElement synacode Encodes a string to URL format. Used for encoding data from a form field in HTTP, etc. (Encodes all critical characters including characters used as URL delimiters ('/',':', etc.)
EncodeUU synacode encode UUcode. it encode only datas, you must also add header and footer for proper encode.
ENoAccess snmpsend  
ENoCreation snmpsend  
ENoError snmpsend  
ENoSuchName snmpsend  
ENotWritable snmpsend  
EReadOnly snmpsend  
EResourceUnavailable snmpsend  
ErrAlreadyInUse synaser  
ErrAlreadyOwned synaser  
ErrFrame synaser  
ErrMaxBuffer synaser  
ErrNoDeviceAnswer synaser  
ErrNotRead synaser  
ErrOverrun synaser  
ErrPortNotOpen synaser  
ErrRxOver synaser  
ErrRxParity synaser  
ErrTimeout synaser  
ErrTxFull synaser  
ErrWrongParameter synaser  
ESynapseError blcksock Exception clas used by Synapse
ESynaSerError synaser Exception type for SynaSer errors
ETooBig snmpsend  
EUndoFailed snmpsend  
EWrongEncoding snmpsend  
EWrongLength snmpsend  
EWrongType snmpsend  
EWrongValue snmpsend  
FCL_Authorization slogsend  
FCL_Clock slogsend  
FCL_FTP slogsend  
FCL_Kernel slogsend  
FCL_Local0 slogsend  
FCL_Local1 slogsend  
FCL_Local2 slogsend  
FCL_Local3 slogsend  
FCL_Local4 slogsend  
FCL_Local5 slogsend  
FCL_Local6 slogsend  
FCL_Local7 slogsend  
FCL_LogAlert slogsend  
FCL_LogAudit slogsend  
FCL_MailSystem slogsend  
FCL_News slogsend  
FCL_NTP slogsend  
FCL_Printer slogsend  
FCL_Security slogsend  
FCL_Syslogd slogsend  
FCL_System slogsend  
FCL_Time slogsend  
FCL_UserLevel slogsend  
FCL_UUCP slogsend  
Fetch synautil Fetch string from left of Value string.
FetchBin synautil Like Fetch, but working with binary strings, not with text.
FetchEx synautil Fetch string from left of Value string. This function ignore delimitesr inside quotations.
FtpGetFile ftpsend A very useful function, and example of use can be found in the TFtpSend object. Dowload specified file from FTP server to LocalFile.
FtpInterServerTransfer ftpsend A very useful function, and example of use can be found in the TFtpSend object. Initiate transfer of file between two FTP servers.
FtpPutFile ftpsend A very useful function, and example of use can be found in the TFtpSend object. Upload specified LocalFile to FTP server.
FTP_ERR ftpsend Terminating value for TLogonActions
FTP_OK ftpsend Terminating value for TLogonActions
GenerateBoundary mimepart Generates a unique boundary string.
GetBetween synautil Get string between PairBegin and PairEnd. This function respect nesting. For example:

 Value is: 'Hi! (hello(yes!))' 
 pairbegin is: '(' 
 pairend is: ')' 
 In this case result is: 'hello(yes!)' 
GetBOM synachar Return BOM (Byte Order Mark) for given unicode charset.
GetCPFromID synachar Converting string with charset name to TMimeChar.
GetCurCP synachar Returns charset used by operating system.
GetCurOEMCP synachar Returns charset used by operating system as OEM charset. (in Windows DOS box, for example)
GetDateMDYFromStr synautil Decode string in format "m-d-y" to TDateTime type.
GetDNS synamisc Autodetect current DNS servers used by system. If is defined more then one DNS server, then result is comma-delimited.
GetEmailAddr synautil Returns only the e-mail portion of an address from the full address format. i.e. returns 'nobody@somewhere.com' from '"someone" <nobody@somewhere.com>'
GetEmailDesc synautil Returns only the description part from a full address format. i.e. returns 'someone' from '"someone" <nobody@somewhere.com>'
GetIDFromCP synachar Converting TMimeChar to string with name of charset.
GetIEProxy synamisc Autodetect InternetExplorer proxy setting for given protocol. This function working only on windows!
GetMailServers dnssend A very useful function, and example of it's use is found in the TDNSSend object. This function is used to get mail servers for a domain and sort them by preference numbers. "Servers" contains only the domain names of the mail servers in the right order (without preference number!). The first domain name will always be the highest preferenced mail server. Returns boolean True if all went well.
GetMonthNumber synautil Decode three-letter string with name of month to their month number. If string not match any month name, then is returned 0. For parsing are used predefined names for English, French and German and names from system locale too.
GetParameter synautil Returns parameter value from string in format: parameter1="value1"; parameter2=value2
GetSerialPortNames synaser Returns list of existing computer serial ports. Working properly only in Windows!
GetTick synautil Return current value of system timer with precizion 1 millisecond. Good for measure time difference.
GetTimeFromStr synautil Return decoded time from given string. Time must be witch separator ':'. You can use "hh:mm" or "hh:mm:ss".
GetUTTime synautil Return current system date and time in UTC timezone.
HeadersToList synautil Convert lines in stringlist from 'name: value' form to 'name=value' form.
HMAC_MD5 synacode Returns a binary string with HMAC-MD5 hash.
HMAC_SHA1 synacode Returns a binary string with HMAC-SHA1 hash.
HttpGetBinary httpsend A very usefull function, and example of use can be found in the THTTPSend object. It implements the GET method of the HTTP protocol. This function sends the GET method for URL document to an HTTP server. Returned document is in the "Response" stream. Returns boolean TRUE if all went well.
HttpGetText httpsend A very usefull function, and example of use can be found in the THTTPSend object. It implements the GET method of the HTTP protocol. This function sends the GET method for URL document to an HTTP server. Returned document is in the "Response" stringlist (without any headers). Returns boolean TRUE if all went well.
HttpPostBinary httpsend A very useful function, and example of use can be found in the THTTPSend object. It implements the POST method of the HTTP protocol. This function sends the SEND method for a URL document to an HTTP server. The document to be sent is located in "Data" stream. The returned document is in the "Data" stream. Returns boolean TRUE if all went well.
HttpPostFile httpsend A very useful function, and example of use can be found in the THTTPSend object. It implements the POST method of the HTTP protocol. This function sends the POST method for a URL document to an HTTP server. This function simulate posting of file by HTML form used method 'multipart/form-data'. Posting file is in DATA stream. Its name is Filename string. Fieldname is for name of formular field with file. (simulate HTML INPUT FILE) The returned document is in the ResultData Stringlist. Returns boolean TRUE if all went well.
HttpPostURL httpsend A very useful function, and example of use can be found in the THTTPSend object. It implements the POST method of the HTTP protocol. This function is good for POSTing form data. It sends the POST method for a URL document to an HTTP server. You must prepare the form data in the same manner as you would the URL data, and pass this prepared data to "URLdata". The following is a sample of how the data would appear: 'name=Lukas&field1=some%20data'. The information in the field must be encoded by EncodeURLElement function. The returned document is in the "Data" stream. Returns boolean TRUE if all went well.
ICMP6_ECHO pingsend  
ICMP6_ECHOREPLY pingsend  
ICMP6_TIME_EXCEEDED pingsend  
ICMP6_UNREACH pingsend  
ICMP_ECHO pingsend  
ICMP_ECHOREPLY pingsend  
ICMP_TIME_EXCEEDED pingsend  
ICMP_UNREACH pingsend  
IconvOnlyChars synachar Set of charsets supported by Iconv library only.
IdealCharsetCoding synachar Finding best target charset from set of TMimeChars with minimal count of unconvertible characters.
IdToMib asn1util Decodes MIB OID from binary form to string form.
IncPoint synautil Increase pointer by value.
IndexByBegin synautil Index of string in stringlist with same beginning as Value is returned.
InlineCode mimeinln Inline MIME encoding similar to InlineEncode, but the source charset is automatically set to the system default charset, and the target charset is automatically assigned from set of allowed encoding for MIME.
InlineCodeEx mimeinln Inline mime encoding similar to InlineEncode, but you can specify source charset, and the target characterset is automatically assigned.
InlineDecode mimeinln Decodes mime inline encoding (i.e. in headers) uses target characterset "CP".
InlineEmail mimeinln Converts e-mail address to canonical mime form. Source charser it system default charset.
InlineEmailEx mimeinln Converts e-mail address to canonical mime form. You can specify source charset.
InlineEncode mimeinln Encodes string to MIME inline encoding. The source characterset is "CP", and the target charset is "MimeP".
IntMibToStr asn1util Encodes an one number from MIB OID to binary form. (used internally from MibToId)
IntToBin synautil Returns a string of binary "Digits" representing "Value".
IPToID synautil Returns a string with the "Host" ip address converted to binary form.
IsBinaryString synautil If string is binary string (contains non-printable characters), then is returned true.
IsIP synautil Returns True, if "Value" is a valid IPv4 address. Cannot be a symbolic Name!
IsIP6 synautil Returns True, if "Value" is a valid IPv6 address. Cannot be a symbolic Name!
LDAPResultDump ldapsend Dump result of LDAP SEARCH into human readable form. Good for debugging.
LDAP_ASN1_ABANDON_REQUEST ldapsend  
LDAP_ASN1_ADD_REQUEST ldapsend  
LDAP_ASN1_ADD_RESPONSE ldapsend  
LDAP_ASN1_BIND_REQUEST ldapsend  
LDAP_ASN1_BIND_RESPONSE ldapsend  
LDAP_ASN1_COMPARE_REQUEST ldapsend  
LDAP_ASN1_COMPARE_RESPONSE ldapsend  
LDAP_ASN1_DEL_REQUEST ldapsend  
LDAP_ASN1_DEL_RESPONSE ldapsend  
LDAP_ASN1_EXT_REQUEST ldapsend  
LDAP_ASN1_EXT_RESPONSE ldapsend  
LDAP_ASN1_MODIFYDN_REQUEST ldapsend  
LDAP_ASN1_MODIFYDN_RESPONSE ldapsend  
LDAP_ASN1_MODIFY_REQUEST ldapsend  
LDAP_ASN1_MODIFY_RESPONSE ldapsend  
LDAP_ASN1_SEARCH_DONE ldapsend  
LDAP_ASN1_SEARCH_ENTRY ldapsend  
LDAP_ASN1_SEARCH_REFERENCE ldapsend  
LDAP_ASN1_SEARCH_REQUEST ldapsend  
LDAP_ASN1_UNBIND_REQUEST ldapsend  
LF blcksock  
LF synaser  
ListToHeaders synautil Convert lines in stringlist from 'name=value' form to 'name: value' form.
LockfileDirectory synaser  
MaxMimeType mimepart  
MD5 synacode Returns a binary string with a RSA-MD5 hashing of "Value" string.
MD5LongHash synacode Returns a binary string with a RSA-MD5 hashing of string what is constructed by repeating "value" until length is "Len".
MibToId asn1util Encodes an MIB OID string to binary form.
MimeType mimepart  
NeedCharsetConversion synachar return True when value need to be converted. (It is not 7-bit ASCII)
NeedInline mimeinln Returns True, if "Value" contains characters needed for inline coding.
NoIconvChars synachar Set of charsets supported by internal routines only.
NonAsciiChar synacode  
NormalizeHeader mimepart Read header from "Value" stringlist beginning at "Index" position. If header is Splitted into multiple lines, then this procedure de-split it into one line.
ParseParameters synautil parse value string with elements differed by ';' into stringlist.
ParseParametersEx synautil parse value string with elements differed by Delimiter into stringlist.
ParseURL synautil Parses a URL to its various components.
PDUGetBulkRequest snmpsend  
PDUGetNextRequest snmpsend  
PDUGetRequest snmpsend  
PDUGetResponse snmpsend  
PDUInformRequest snmpsend  
PDUReport snmpsend  
PDUSetRequest snmpsend  
PDUTrap snmpsend  
PDUTrapV2 snmpsend  
PingHost pingsend A very useful function and example of its use would be found in the TPINGSend object. Use it to ping to any host. If successful, returns the ping time in milliseconds. Returns -1 if an error occurred.
PortIsClosed synaser  
PosCRLF synautil return position of string terminator in string. If terminator found, then is returned in terminator parameter. Possible line terminators are: CRLF, LFCR, CR, LF
PosFrom synautil Like Pos function, buf from given string possition.
QTYPE_A dnssend  
QTYPE_AAAA dnssend  
QTYPE_AFSDB dnssend  
QTYPE_ALL dnssend  
QTYPE_AXFR dnssend  
QTYPE_CNAME dnssend  
QTYPE_GPOS dnssend  
QTYPE_HINFO dnssend  
QTYPE_ISDN dnssend  
QTYPE_KEY dnssend  
QTYPE_KX dnssend  
QTYPE_LOC dnssend  
QTYPE_MAILA dnssend  
QTYPE_MAILB dnssend  
QTYPE_MB dnssend  
QTYPE_MD dnssend  
QTYPE_MF dnssend  
QTYPE_MG dnssend  
QTYPE_MINFO dnssend  
QTYPE_MR dnssend  
QTYPE_MX dnssend  
QTYPE_NAPTR dnssend  
QTYPE_NS dnssend  
QTYPE_NSAP dnssend  
QTYPE_NSAPPTR dnssend  
QTYPE_NULL dnssend  
QTYPE_NXT dnssend  
QTYPE_PTR dnssend  
QTYPE_PX dnssend  
QTYPE_RP dnssend  
QTYPE_RT dnssend  
QTYPE_SIG dnssend  
QTYPE_SOA dnssend  
QTYPE_SRV dnssend  
QTYPE_TXT dnssend  
QTYPE_WKS dnssend  
QTYPE_X25 dnssend  
ReadStrFromStream synautil read string with requested length form stream.
RecvTrap snmpsend A very useful function and example of its use would be found in the TSNMPSend object. It receives a TRAPv1 and returns all the data that comes with it.
ReplaceString synautil Replaces all "Search" string values found within "Value" string, with the "Replace" string value.
Replace_Czech synachar Character replace table for remove Czech diakritics.
Replace_None synachar null character replace table. (Usable for disable charater replacing.)
ReTablebase64 synacode  
ReTableUU synacode  
ReTableXX synacode  
Rfc822DateTime synautil Returns current time in format defined in RFC-822. Useful for SMTP messages, but other protocols use this time format as well. Results contains the timezone specification. Four digit year is used to break any Y2K concerns. (Example 'Fri, 15 Oct 1999 21:14:56 +0200')
RPos synautil It is like POS function, but from right side of Value string.
RPosEx synautil It is like RPos, but search is from specified possition.
SB1 synaser stopbit value for 1 stopbit
SB1andHalf synaser stopbit value for 1.5 stopbit
SB2 synaser stopbit value for 2 stopbits
SendTo smtpsend A very useful function and example of its use would be found in the TSMTPsend object. Send "Maildata" (text of e-mail without any SMTP headers!) from "MailFrom" e-mail address to "MailTo" e-mail address with "Subject". (If you need more then one receiver, then separate their addresses by comma).

This function constructs all needed SMTP headers (with DATE header) and sends the e-mail to the SMTP server defined in the "SMTPhost" parameter. If the e-mail message is successfully sent, the result will be True.

If you need use different port number then standard, then add this port number to SMTPhost after colon. (i.e. '127.0.0.1:1025')

SendToEx smtpsend A very useful function and example of its use would be found in the TSMTPsend object. Sends "MailData" (text of e-mail without any SMTP headers!) from "MailFrom" e-mail address to "MailTo" e-mail address (If you need more then one receiver, then separate their addresses by comma).

This function sends the e-mail to the SMTP server defined in the "SMTPhost" parameter. Username and password are used for authorization to the "SMTPhost". If you dont want authorization, set "Username" and "Password" to empty Strings. If the e-mail message is successfully sent, the result will be True.

If you need use different port number then standard, then add this port number to SMTPhost after colon. (i.e. '127.0.0.1:1025')

SendToRaw smtpsend A very useful function and example of its use would be found in the TSMTPsend object. Send maildata (text of e-mail with all SMTP headers! For example when text of message is created by TMimeMess object) from "MailFrom" e-mail address to "MailTo" e-mail address (If you need more then one receiver, then separate their addresses by comma).

Function sends e-mail to a SMTP server defined in "SMTPhost" parameter. Username and password are used for authorization to the "SMTPhost". If you don't want authorization, set "Username" and "Password" to empty strings. If e-mail message is successfully sent, the result returns True.

If you need use different port number then standard, then add this port number to SMTPhost after colon. (i.e. '127.0.0.1:1025')

SendTrap snmpsend A very useful function and example of its use would be found in the TSNMPSend object. It implements a TRAPv1 to send with all data in the parameters.
SeparateLeft synautil Returns a portion of the "Value" string located to the left of the "Delimiter" string. If a delimiter is not found, results is original string.
SeparateRight synautil Returns the portion of the "Value" string located to the right of the "Delimiter" string. If a delimiter is not found, results is original string.
sErr synaser  
SetUTTime synautil Set Newdt as current system date and time in UTC timezone. This function work only if you have administrator rights!
SHA1 synacode Returns a binary string with a SHA-1 hashing of "Value" string.
SHA1LongHash synacode Returns a binary string with a SHA-1 hashing of string what is constructed by repeating "value" until length is "Len".
SimpleDateTime synautil Returns date and time in format defined in format 'yymmdd hhnnss'
SNMPGet snmpsend A very useful function and example of its use would be found in the TSNMPSend object. It implements basic GET method of the SNMP protocol. The MIB value is located in the "OID" variable, and is sent to the requested "SNMPHost" with the proper "Community" access identifier. Upon a successful retrieval, "Value" will contain the information requested. If the SNMP operation is successful, the result returns True.
SNMPGetNext snmpsend A very useful function and example of its use would be found in the TSNMPSend object. It implements basic GETNEXT method of the SNMP protocol. The MIB value is located in the "OID" variable, and is sent to the requested "SNMPHost" with the proper "Community" access identifier. Upon a successful retrieval, "Value" will contain the information requested. If the SNMP operation is successful, the result returns True.
SNMPGetTable snmpsend A very useful function and example of its use would be found in the TSNMPSend object. It implements basic read of SNMP MIB tables. As BaseOID you must specify basic MIB OID of requested table (base IOD is OID without row and column specificator!) Table is readed into stringlist, where each string is comma delimited string.

Warning: this function is not have best performance. For better performance you must write your own function. best performace you can get by knowledge of structuture of table and by more then one MIB on one query.

SNMPGetTableElement snmpsend A very useful function and example of its use would be found in the TSNMPSend object. It implements basic read of SNMP MIB table element. As BaseOID you must specify basic MIB OID of requested table (base IOD is OID without row and column specificator!) As next you must specify identificator of row and column for specify of needed field of table.
SNMPSet snmpsend This is useful function and example of use TSNMPSend object. It implements the basic SET method of the SNMP protocol. If the SNMP operation is successful, the result is True. "Value" is value of MIB Oid for "SNMPHost" with "Community" access identifier. You must specify "ValueType" too.
SNMP_V1 snmpsend  
SNMP_V2C snmpsend  
SNMP_V3 snmpsend  
sOK synaser  
SpecialChar synacode  
StringsTrim synautil Delete empty strings from end of stringlist.
StringToWide synachar Convert binary string with unicode content to WideString.
StrToHex synautil Returns a string with hexadecimal digits representing the corresponding values of the bytes found in "Value" string.
SwapBytes synautil swap bytes in integer.
SynapseRelease blcksock  
TableBase64 synacode  
TableBase64mod synacode  
TableUU synacode  
TableXX synacode  
TBlockSerial synaser Main class implementing all communication routines
TBlockSocket blcksock Basic IP object.
TDgramBlockSocket blcksock Datagram based communication
TDNSSend dnssend Implementation of DNS protocol by UDP or TCP protocol.
TFTPList ftpsend This is TList of TFTPListRec objects.
TFTPListRec ftpsend Object for holding file information
TFTPSend ftpsend Implementation of FTP protocol.
TFTPStatus ftpsend Procedural type for OnStatus event. Sender is calling TFTPSend object. Value is FTP command or reply to this comand. (if it is reply, Response is True).
THookCreateSocket blcksock This procedural type is used for hook OnCreateSocket. By this hook you can insert your code after initialisation of socket. (you can set special socket options, etc.)
THookDataFilter blcksock this procedural type is used for dataFilter hooks.
THookSerialReason synaser Possible status event types for THookSerialStatus
THookSerialStatus synaser procedural prototype for status event hooking
THookSocketReason blcksock Types of OnStatus events
THookSocketStatus blcksock Procedural type for OnStatus event. Sender is calling TBlockSocket object, Reason is one of set Status events and value is optional data.
THookWalkPart mimepart Procedural type for WalkPart hook
THTTPSend httpsend abstract(Implementation of HTTP protocol.)
TickDelta synautil Return difference between two timestamps. It working fine only for differences smaller then maxint. (difference must be smaller then 24 days.)
TICMP6Packet pingsend record used internally by TPingSend for compute checksum of ICMPv6 packet pseudoheader.
TICMPBlockSocket blcksock Implementation of RAW ICMP socket.
TIcmpEchoHeader pingsend Record for ICMP ECHO packet header.
TICMPError pingsend List of possible ICMP reply packet types.
TIMAPSend imapsend Implementation of IMAP4 protocol.
TimeZone synautil Return your timezone bias from UTC time in string representation like "+0200".
TimeZoneBias synautil Return your timezone bias from UTC time in minutes.
TIPHeader blcksock Record with definition of IP packet header.
TLDAPAttribute ldapsend LDAP attribute with list of their values
TLDAPAttributeList ldapsend List of TLDAPAttribute
TLDAPModifyOp ldapsend Define possible operations for LDAP MODIFY operations.
TLDAPResult ldapsend LDAP result object
TLDAPResultList ldapsend List of LDAP result objects
TLDAPSearchAliases ldapsend Specify possible values about alias dereferencing.
TLDAPSearchScope ldapsend Specify possible values for search scope.
TLDAPSend ldapsend Implementation of LDAP client
TLNT_AO tlntsend  
TLNT_AYT tlntsend  
TLNT_BREAK tlntsend  
TLNT_DATA_MARK tlntsend  
TLNT_DO tlntsend  
TLNT_DONT tlntsend  
TLNT_EC tlntsend  
TLNT_EL tlntsend  
TLNT_EOR tlntsend  
TLNT_GA tlntsend  
TLNT_IAC tlntsend  
TLNT_IP tlntsend  
TLNT_NOP tlntsend  
TLNT_SB tlntsend  
TLNT_SE tlntsend  
TLNT_WILL tlntsend  
TLNT_WONT tlntsend  
TLogonActions ftpsend Array for holding definition of logon sequence.
TMessHeader mimemess Object for basic e-mail header fields.
TMessHeaderClass mimemess  
TMessPriority mimemess Possible values for message priority
TMimeChar synachar Type with all supported charsets.
TMimeEncoding mimepart The various types of possible part encodings.
TMimeMess mimemess Object for handling of e-mail message.
TMimePart mimepart Object for working with parts of MIME e-mail.
TMimePrimary mimepart The four types of MIME parts. (textual, multipart, message or any other binary data.)
TMimeSetChar synachar Set of any charsets.
TNNTPSend nntpsend abstract(Implementation of Network News Transfer Protocol.

Note: Are you missing properties for setting Username and Password? Look to parent TSynaClient object!

Are you missing properties for specify server address and port? Look to parent TSynaClient too!

TNtp sntpsend Record containing the NTP packet.
ToSysLog slogsend Simply send packet to specified Syslog server.
TPINGSend pingsend Implementation of ICMP PING and ICMPv6 PING.
TPOP3AuthType pop3send The three types of possible authorization methods for "logging in" to a POP3 server.
TPOP3Send pop3send Implementation of POP3 client protocol.
TProxySetting synamisc This record contains information about proxy setting.
TraceRouteHost pingsend A very useful function and example of its use would be found in the TPINGSend object. Use it to TraceRoute to any host.
TRAWBlockSocket blcksock Implementation of RAW socket.
TrimSP synautil Like Trim, but remove only spaces, not control characters!
TrimSPLeft synautil Like TrimLeft, but remove only spaces, not control characters!
TrimSPRight synautil Like TrimRight, but remove only spaces, not control characters!
TSMTPSend smtpsend Implementation of SMTP and ESMTP procotol
TSNMPMib snmpsend Data object with one record of MIB OID and corresponding values.
TSNMPRec snmpsend Data object abstracts SNMP data packet
TSNMPSend snmpsend Implementation of SNMP protocol.
TSNTPSend sntpsend Implementation of NTP and SNTP client protocol
TSocketFamily blcksock Specify family of socket.
TSocksBlockSocket blcksock Support for SOCKS4 and SOCKS5 proxy
TSocksType blcksock specify possible values of SOCKS modes.
TSpecials synacode  
TSSLType blcksock Specify requested SSL/TLS version for secure connection.
TSynaClient blcksock Parent class of application protocol implementations.
TSynaOption blcksock this object is used for remember delayed socket option set.
TSynaOptionType blcksock Specify type of socket delayed option.
TSyslogMessage slogsend encoding or decoding of SYSLOG message
TSyslogSend slogsend This object implement BSD SysLog client
TSyslogSeverity slogsend Define possible priority of Syslog message
TTCPBlockSocket blcksock Implementation of TCP socket.
TTelnetSend tlntsend Class with implementation of Telnet script client.
TTelnetState tlntsend State of telnet protocol
TTFTPSend ftptsend Implementation of TFTP client and server
TTransferEncoding httpsend These encoding types are used internally by the THTTPSend object to identify the transfer data types.
TUDPBlockSocket blcksock Implementation of UDP socket.
TV3Auth snmpsend Type of SNMPv3 authorization
TV3Flags snmpsend Possible values for SNMPv3 flags.
TV3Sync snmpsend It holding all information for SNMPv3 agent synchronization
UnquoteStr synautil Remove quotation from Value string. If Value is not quoted, then return same string without any modification.
UpdateCrc16 synacode Returns a new CRC16 value after adding a new byte of data.
UpdateCrc32 synacode Returns a new CRC32 value after adding a new byte of data.
URLFullSpecialChar synacode  
URLSpecialChar synacode  
WakeOnLan synamisc By this function you can turn-on computer on network, if this computer supporting Wake-on-lan feature. You need MAC number (network card indentifier) of computer for turn-on. You can also assign target IP addres. If you not specify it, then is used broadcast for delivery magic wake-on packet. However broadcasts workinh only on your local network. When you need to wake-up computer on another network, you must specify any existing IP addres on same network segment as targeting computer.
WideToString synachar Convert WideString to binary string with unicode content.
WriteStrToStream synautil write string to stream.

Generated by PasDoc 0.8.8.2 on 2005-01-19 20:01:20