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)
/
ccFields.Exists
ccFields.Exists
Nov. 03, 2018
Parameter
(Field : Variant) : Boolean;
Beschreibung
Die Funktion Exists prüft ob das angegebene Feld im Schema vorhanden ist. Im Ergebnis wird true oder false zurückgegeben. Field ist dabei entweder die Id oder der technische Name des Feldes.
Beispiel
if ccFields.Exists('Name') = true then
begin
ccFields.SetValue('Name','Example');
end;
, multiple selections available, Use left or right arrow keys to navigate selected items