Libraries
WebHub
ZaphodsMap
TPack
NativeXml
ldiRegEx
TPack Routines |
-
... Activate the given module.
... Brings an app to the front; restores a tray or iconized window.
... Append '<br>' to the end of each element of a string list.
... Adds 'Value' to end of 'List', separated by 'Delim' character.
... Provided for compatibility with early versions of Delphi, including D06
Appends 'Text' + CRLF to the end of 'FileName'.
... Appends current date/time + 'Text' + CRLF to the end of FileName.
... Show question with ok/cancel buttons
... Show question with Yes and No buttons.
... Ask a question; user may press Yes, No, Yes to All, No to All
... Show warning message with ok/cancel buttons
... Easiest way to make an application run on a single processor.
... Assigns a process to a particular CPU on a multi CPU machine.
Converts a string like 'TTTF' to the integer 14.
... Converts a Boolean to a string, returning 'FALSE' or 'TRUE'.
... Returns the portions of 'Input' to the left and right of a specified subsection.
... Returns the portions of 'Input' to the left and right of a specified subsection.
... Does 'Item' contain any caption that equals or contains 'Value'?
... Provided for compatibility with early versions of Delphi, including D06
... Converts a character to a boolean.
... Close a form window, based on its class name.
... Encodes 'Value' to a base64 character.
... Encodes 'Value' to base64.
... Converts TColor to a color string useful in HTML.
... Intelligently concatenates a base path and relative file specification.
... Copies a file specified in ASourceFilespec to the file or directory in ADestName
... Copy contents of 'Source' (including sub-menus) to start of 'Target'.
... Produce a filename which incorporates today's date, just before the file ext.
... Return a string based on the path and filename.
... Returns 'Key' if it is non-blank or 'Value' otherwise.
... Returns the number of milliseconds between two tickcounts.
... Returns the number of milliseconds between "now" and StartTickCount.
... True/False: developer should present forms, dialogs, etc.
... Encodes a string to a valid HTML string, replacing metacharacters.
Returns TRUE if Value ends with Text.
... Creates a Key=Value string if 'Value' is non-blank.
... Returns True if 'Value' is an even integer (opposite of Delphi Odd function).
Swaps values of pointers 'X' and 'Y'.
... Swaps the contents of 'a1' and 'a2'.
... Finds 'Filename' in a "list" of directories.
... Finds .pas file 'Filename' in a "list" of directories.
Same as Delphi ExtractFilename function, but also excludes the file extension
... Returns the characters following the HTTP header of 'Value'.
... Extracts the contents of the first HTML tag in 'Value'.
... Extracts the contents of the first HTML tag in 'Value'.
... Returns the HTTP header of 'Value'.
... Return the length of the HTTP header of 'Value'.
... Returns the attributes of the first occurrence of Tag as an HTML tag in Value.
... Returns the text inside the first occurrence of Tag as an HTML tag in Value.
... Extracts the contents of the first HTML <TITLE> tag in 'Value'.
... Extracts the essential domain name from a host name
... Returns the complete filename of the current EXE or DLL.
... If 'Filename' has no extension, add extension 'DefaultExt'.
Looks for TComponent by name, within specified component
... Returns the index of the first character in 'Input' that occurs in 'Delimiters'.
... Returns the index of the first non-alphanumeric character in 'Input'.
... Obsolete; avoid having to pass /debug on the command line
... Convert any spaces within the string to the HTML code for a non-breaking space.
... Converts a real number to a currency string.
Formats a long integer to ###,###,###,##0.00
Formats 'Lasterror' as text, using user's current language.
... Returns the id of the current process as defined by the operating system
... Converts an enumerated type to a string.
... Returns the size of 'Filename' without opening the file.
Returns the initial (first) folder used for logging.
Return the most recent error as a string.
... Displays error message based on ID.
Returns the active folder used for logging.
Returns the number of logical processors
... Returns the number of physical processors
... Returns user name of current process (cross-platform)
... Searches a "key=keyval" list, 'List', for a key name matching 'Value'.
... Determines whether Value is one of the parameters passed to the app.
... True/False: service was passed the indicated command line parameter
... Converts a Hex string in 'value' to a long integer (32 bits).
... Returns the leftmost 16 bits of 'Value'.
... Extract ampersand-marked Hot character from 'Value', or return the first letter.
... Converts relative URLs of 'Tag' attributes into absolute URLs.
... Produces a fully formed select box.
... Converts relative URLs in HTML string 'Value' into absolute URLs from 'Root'.
... Creates next filename in a numeric series.
... Returns 'Value' with first character capitalized and all others lower-cased.
... Inserts 'Source' (including sub-menus) at the beginning of 'Target'.
Converts integer to string and adds spaces on the right until result is width.
... Invoke (start) the module by Command.
... Converts an IP number to a LongInt.
True/False: CPU is made by AMD
... Case-insensitive string comparison for equality, using CompareText.
True/False: CPU is made by Intel
... Case-insensitive test of whether 'Value' is contained within 'List'.
Determine whether a process is running, based on ProcessID.
... Indicates whether Program Manager is running.
Indicates whether you are running Windows95.
Returns TRUE if the application is running on Windows NT.
... Strip out characters other than digits, '-' and decimal separator from 'Value'.
... Strip out characters other than digits and any leading '-' from 'Value'.
... Strips out all characters except A..Z and a..z from 'Value'
... Start an executable, optionally specifying command-line arguments, etc.
... If 'Value' is non-blank, adds a leading space.
... Extracts material between first pair of quotes in 'Value' and prepends a space.
... Returns True if 'year' is a leap year.
... Returns the characters to the left of the first occurrence of 'Value' in 'Text'.
... Returns the characters to the left of the first '=' character in 'Text'.
... Returns the contents of 'Text' to the left of the first occurrence of 'Value'.
... Pads out 'Value' to length 'Len' by adding zeros to the front.
... Converts a LongInt into an IP number.
... If the original 'Low' is greater than 'High', swaps the two values.
... Given a number of chars to use, this converts an integer to a string.
... Returns the rightmost 16 bits of 'Value'.
... Replaces original extension on 'FileName' with 'NewExt'.
... Helper function required for
... Returns TRUE if there is a match.
... "Permissive" case-sensitive string comparison with wildcards.
... Returns larger of i or j.
... Add a TMenuItem to a Tmenu.
Turns a TMenuItem into a TTpDfmMenuItem.
Removes an item from a TMenu or TMenuItem.
... Merges 'Delim'-seperated items in 'List1' and 'List 2'.
... Returns smaller of i or j.
Returns the result of GetModuleFileName for HInstance as a string.
... Returns the number of the month, for English month abbreviations.
... Moves/renames file 'FileName' to 'DestName'.
... Show an error message with OK button
... Show an informational message with OK button
... Show a warning message with OK button.
... True/False: system thinks that the Delphi SvcMgr unit is required
... Returns the part of 'Value' between the first pair of quote marks.
... Returns current time according to Greenwich Mean Time.
... Gives the name part of 'FileName' a numerical suffix, 'Number'.
... Checks for the presence and value of a commandline parameter.
... Add an item to a PopUpMenu
... A case insensitive Pos( ) function to find the position of a substring.
... Returns hex code for pointer 'P'.
Raise the last Windows API error.
... Returns the relative filename to specify 'Filename' from 'Path'.
... Optimize a path by removing /./ elements
... Optimize a path by removing /../ elements
... Removes command Value from string of commands Source.
... Deletes the number of items in 'Source' from beginning of 'Target'.
... Case-insensitive deletion of first occurrence of 'Text' in 'Value'.
... Changes all occurrences of 'FromChar' in 'Input' into 'ToChar'.
... In Input, replaces any character in 'FromChars' with 'ToChar'.
... Returns characters to the right of the first occurrence of 'Value' in 'Text'.
... Returns the characters to the right of the first '.' character in 'Text'.
... Returns the characters to the right of the first '=' character in 'Text'.
... Returns the part of 'Text' to the right of the rightmost occurrence of 'Value'.
... Returns the contents of 'Text to the right of the first occurrence of 'Value'.
... Search TCustomEdit-derived component for 'SearchString'.
... Uses Delphi TOpenDialog to allow the user to select a file
Opens a text file using the associated file editor (cross-platform)
... Returns a string of n spaces.
... Breaks 'Input' at the first occurrence of any character listed in 'Delimiters'.
... Splits Input into four parts based on the SplitAt string.
... Splits 'Input' around the rightmost occurrence of 'SplitAt'.
... Splits 'Input' each side of 'SplitAt', giving the left and right pieces.
... Splits 'Input' each side of 'SplitAt', giving the left and right pieces.
... Splits Input into three parts based on the SplitAt string.
... Uses WinExec to run 'EXEName'.
Returns TRUE if Value starts with Text.
... Convert an integer (0 to 99) to a string with leading zero. Designed for Month.
... Appends 'Text' to the end of file 'FileName'.
... Reads contents of 'FileName' as a string.
... Reads contents of 'FileName' as a string; on exception, returns 'Default'.
... Load part or all of 'Stream' into a string.
... Replaces all occurrences of sThis in Value with sWith
... Safely replaces all occurrences of sThis in Value with sWith.
Replaces contents of file 'FileName' with 'Text'.
... Writes 'Text' to 'Stream'.
... Removes all occurrences of any character in 'StripChars' from 'Input'.
... Removes all occurrences of 'StripChar' from 'Input'.
... Pad the right end of the input with spaces until width is reached
Find position of character, scanning from the end of the string to the beginning
... Converts 'Value' to a Boolean value.
... Remove 'Delim'-delimited items in 'Minus' from items in 'List'.
... Replaces all occurrences of 'FromChar' in 'Text' with 'ToChar'.
... Terminates an application.
... Set up the forms into PageControls of TfmMainForm.
... Returns decimal separator character, ensuring no clash with thousandSeparator.
... Get the process affinity mask.
... Returns 'Value' with all non-digit characters removed.
... Logs Msg to a file with .info.log extension in same dir as the EXE or DLL.
... Ensures that 'Value' ends in trailing backslash.
... Ensures that 'Trailer' is at the end of 'Value', appending it if not.
... Ensure that 'Value' ends in a forward slash.
... Translates between HTML-style and WinAPI style RGB color
... Deletes both leading and trailing spaces from 'Value'.
... Removes any leading spaces from 'Value'.
... Removes any trailing spaces from 'Value'.
... Decodes a base64 byte, 'Value'.
... Decodes a base64 string, 'Value'.
Tempoary routine - used to flag areas of code that require review
... Removes any numerical suffix on the name part of 'FileName'.
... Uppercases 'Value' by clearing bit for lowercase letter.
... Helper function required for
... Same as SplitString but for data in UTF8 format
... Create a file based on UTF8 content; include BOM signature
Fill a stream based on UTF8 content; include BOM signature
... "Traditional" case-sensitive string comparison with wildcards.
Windows only: returns the computer name as a string
... Retrieves the name of the .EXE file associated with 'AssociatedFile'.
Path to windows directory (e.g. c:\win95\).
... Opens the file using the associated editing program (Windows only)
... Runs the method 'Operation' against the 'AssociatedFile'.
... Calls the Open method for 'AssociatedFile'.
... Calls the Print method for 'AssociatedFile'.
Path to Windows system directory (e.g. c:\win95\system\).
... Provides the next available temporary filename.
... Returns path of the directory designated for temporary files in Windows.
... Returns Windows time in minutes.
... Returns Windows time, in milliseconds.
... Returns Windows time in seconds.
... Removes trailing CRs and LFs from 'Value'.
... Remove all occurences of 'Trailer' at the end of 'Value'.
Copyright © 1995-2010 HREF Tools Corp. All Rights Reserved Worldwide. .
Running DynHelp.exe v1.2.0.6 on WebHub-v2.128 built by D15
Calc time: 297 ms
Running DynHelp.exe v1.2.0.6 on WebHub-v2.128 built by D15
Calc time: 297 ms

