Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
/
TccFastArray.Rows
TccFastArray.Rows
Juni 23, 2016
Parameter
Integer;
Beschreibung
Rows gibt die Anzahl der Zeilen im Array zurück.
Beispiel
for i:=0 to VarArray.Columns-1 do
begin
for j:=0 to VarArray.Rows-1 do
begin
ShowMessage(VarArray.Data[i,j]);
end;
end
, multiple selections available, Use left or right arrow keys to navigate selected items