[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 2456
type TGString = object |
||
|
||
|
||
|
||
function new(); |
|
|
function new_len(); |
|
|
function sized_new(); |
|
|
function append(); |
|
|
function append_c(); |
|
|
function append_len(); |
|
|
function append_unichar(); |
|
|
function append_uri_escaped(); |
|
|
function ascii_down; |
|
|
function ascii_up; |
|
|
function assign(); |
|
|
function equal(); |
|
|
function erase(); |
|
|
function free(); |
|
|
function free_to_bytes; |
|
|
function hash; |
|
|
function insert(); |
|
|
function insert_c(); |
|
|
function insert_len(); |
|
|
function insert_unichar(); |
|
|
function overwrite(); |
|
|
function overwrite_len(); |
|
|
function prepend(); |
|
|
function prepend_c(); |
|
|
function prepend_len(); |
|
|
function prepend_unichar(); |
|
|
function set_size(); |
|
|
function truncate(); |
|
|
end; |
|