Unit strings
Classes, Interfaces, Objects and Records Types Constants Variables
Description
Include->Strings - String Manipulation.
Uses
Overview
Functions and Procedures
Description
Functions and Procedures
function stringEquals(str1, str2 : pchar) : boolean; |
|
function stringConcat(str1, str2 : pchar) : pchar; |
|
function stringContains(str : pchar; sub : pchar) : boolean; |
|
function boolToString(b : boolean; ext : boolean) : pchar; |
|
Author
Generated by PasDoc 0.15.0.
|