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)
/
TccPortalApplicationObject.Count
TccPortalApplicationObject.Count
Dez. 16, 2016
Parameter
Integer;
Beschreibung
Count gibt die Anzahl an Objekten in Items zurück.
Beispiel
for i:=0 to MyObject.Count-1 do
begin
MySubObject := MyObject.Items[i];
// do something with MySubObject...
end;
, multiple selections available, Use left or right arrow keys to navigate selected items