IStringsAdapter
[Properties (by Name)][Methods (by Name)][Events (by Name)]
IStringsAdapter Interface declaration.
Declaration
Source position: classesh.inc line 586
Type
  IStringsAdapter = interface ['{739C2F34-52EC-11D0-9EA6-0020AF3D82DA}']
    procedure ReferenceStrings(S: TStrings);
    procedure ReleaseStrings;
  end
  ;
Description
Is not yet supported in Free Pascal.
Members
| Member | Type | Visibility | Description | 
|---|---|---|---|
| ReferenceStrings | Method | default | Add a reference to the indicated strings. | 
| ReleaseStrings | Method | default | Release the reference to the strings. | 
Inheritance
| Class | Description | 
|---|---|
| IStringsAdapter | IStringsAdapter Interface declaration. | 
See also
| Name | Description | 
|---|---|
| TStrings | Class to manage arrays or collections of strings |