[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: syssbh.inc line 4
type TANSISTRINGBUILDER = class |
public |
constructor Create(); |
function Append(); |
function AppendFormat(); |
function AppendLine(); |
procedure Clear; |
procedure CopyTo(); |
function EnsureCapacity(); |
function Equals(); |
function Insert(); |
function Remove(); |
function Replace(); |
function ToString(); |
property MaxCapacity: Integer; [r] |
end; |
| |
TObject |