Unit 'flcDataStructs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TUnicodeStringArray

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: flcDataStructs.pas line 1715

type TUnicodeStringArray = class(AUnicodeStringArray)

protected

  FData: UnicodeStringArray;

  

  FCapacity: Integer;

  

  FCount: Integer;

  

  function GetCount; override;

  

  procedure SetCount(); override;

  

  function GetItem(); override;

  

  procedure SetItem(); override;

  

  function GetRange(); override;

  

  procedure SetRange(); override;

  

  procedure SetData(); virtual;

  

public

  constructor Create(); overload;

  

  procedure Assign();

  

  procedure ExchangeItems(); override;

  

  function DuplicateRange(); override;

  

  procedure Delete(); override;

  

  procedure Insert(); override;

  

  function AppendItem(); override;

  

  property Data: UnicodeStringArray; [rw]

  

  property Count: Integer; [rw]

  

end;

Inheritance

TUnicodeStringArray

  

|

AUnicodeStringArray

  

|

AArray

  

|

AType

  

|

TObject



CT Web help

CodeTyphon Studio