BluePink XHost |
Gazduire site-uri web nelimitata ca spatiu si trafic lunar la doar 15 eur / an. Inregistrare domenii .ro .com .net .org .info .biz .com.ro .org.ro la preturi preferentiale. Pentru oferta detaliata accesati site-ul BluePink |
| type PList as TList ptr |
| Field Name | Type Kind | Access |
|---|---|---|
| Count | integer | R |
| Item | any ptr | W |
| Add | (value as any ptr) | N/A |
| Insert | (Index as integer,value as any ptr) | N/A |
| Remove overload | (value as any ptr) | N/A |
| Remove | (Index as integer) | N/A |
| Exchange | (Index1 as integer,Index2 as integer) | N/A |
| Clear | (no parameter(s)) | N/A |
| type PStringList as TStringList ptr |
| Field Name | Type Kind | Access |
|---|---|---|
| Count | integer | R |
| Item | string | W |
| Text | string | R |
| Add | (value as string) | N/A |
| Insert | (Index as integer,value as string) | N/A |
| Remove | (Index as integer) | N/A |
| Exchange | (Index1 as integer,Index2 as integer) | N/A |
| Clear | (no parameter(s)) | N/A |
| Sort | (no parameter(s)) | N/A |
| LoadFromFile | (File as string) | N/A |
| SaveToFile | (File as string) | N/A |
| Indexes | Home Page |