[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: JPL.StrList.pas line 58
type TJPStrList = class |
||
public |
||
procedure DisplayHelperItems; |
|
|
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure ClearAll; |
|
|
procedure Clear; |
|
|
function Add(); |
|
|
procedure AddStrings(); |
|
|
procedure Assign(); |
|
|
function Insert(); |
|
|
function InsertBefore(); |
|
|
function InsertAfter(); |
|
|
function Delete(); |
|
|
function Extract(); |
|
|
function ExtractStr(); |
|
|
procedure ExchangeItems(); |
|
|
procedure Display(); |
|
|
procedure Debug_Display(); |
|
|
function SizeOfAllItems; |
|
|
function CharacterCount; |
|
|
procedure RebuildIndexes; |
|
|
procedure UpdateIndexes(); |
|
|
function GetItemByStr(); |
|
|
function GetItemByIndex(); |
|
|
procedure GetNameValue(); |
|
|
function IndexOf(); |
|
|
function IndexOfStr(); |
|
|
function IndexOfText(); |
|
|
function LastIndexOf(); |
|
|
function LastIndexOfStr(); |
|
|
function LastIndexOfText(); |
|
|
function CountOf(); |
|
|
function CountOfStr(); |
|
|
function CountOfText(); |
|
|
procedure Sort(); |
|
|
procedure Reverse; |
|
|
function RemoveDuplicates(); |
|
|
procedure LoadFromFile(); |
|
|
function SaveToFile(); |
|
|
procedure LoadFromArray(); |
|
|
procedure SaveToArray(); |
|
|
procedure BeginUpdate; |
|
|
procedure EndUpdate; |
|
|
procedure RebuildHelperArray; |
|
|
|
||
|
||
property Count: Integer; [r] |
|
|
property Sorted: Boolean; [r] |
|
|
property EndOfLineMarker: string; [rw] |
|
|
property Text: string; [rw] |
|
|
property HelperItemsDelta: LongWord; [rw] |
|
|
property Items []: string; default; [rw] |
|
|
property Strings []: string; [rw] |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |