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)
/
TccDocument.GetBlobId
TccDocument.GetBlobId
Apr. 04, 2018
Parameter
(BlobId : Integer) : String;
Beschreibung
Die Funktion gibt die eindeutige 32 stellige Id des Blobs zurück.
Beispiel
for i:=0 to Document.BlobCount-1 do
begin
ShowMessage(Document.GetBlobId(i));
end;
, multiple selections available, Use left or right arrow keys to navigate selected items