[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: gnstringarray.pas line 47
type TplStringArray = class(TObject) |
||
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
function AddRow; |
|
|
procedure Changed; |
|
|
procedure Clear; |
|
|
function ColumnEmpty(); |
|
|
procedure Fill(); |
|
|
function FindCell(); |
|
|
function FindCellExact(); |
|
|
function FindCellInSortedColumn(); |
|
|
procedure GarbageCollection; |
|
|
procedure InsertRow(); |
|
|
procedure SaveToXMLFile(); |
|
|
function LoadFromXMLFile(); |
|
|
procedure SaveToOpenXMLFile(); |
|
|
function LoadFromOpenXMLFile(); |
|
|
procedure RemoveRow(); |
|
|
function Resize(); |
|
|
function RowEmpty(); |
|
|
procedure Sort(); |
|
|
procedure UnSort; |
|
|
property Elem []: string; default; [rw] |
|
|
property ColAttrib []: Byte; [rw] |
|
|
property NumOfColumns: LongInt; [rw] |
|
|
property NumOfRows: LongInt; [rw] |
|
|
property BuffersNumber: Integer; [r] |
|
|
property AllocRowsBy: LongInt; [rw] |
|
|
property RowAttrib []: Byte; [rw] |
|
|
property SortOrder []: LongInt; [rw] |
|
|
property AsNumber []: Double; [r] |
|
|
property OnChange: TNotifyEvent; [rw] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |