/
ccDocument.GetBlobSize

ccDocument.GetBlobSize

Parameter

(BlobId : Integer) : Integer;

Beschreibung

Liefert die Größe in Bytes des angegebenen Blobs zurück. Wird das angegebene Blob nicht gefunden, ist der Returnwert -1.

Das erste Blob wird mit der Id 0 referenziert.

Beispiel

for i:=0 to ccDocument.BlobCount-1 do
begin
  WriteLog(inttostr(ccDocument.GetBlobSize(i)) + ' byte');
end;

Related content

ccDocument.GetBlobSize
ccDocument.GetBlobSize
More like this
ccDocument.GetBlobSize
ccDocument.GetBlobSize
More like this
ccDocument.GetBlobSize
ccDocument.GetBlobSize
More like this
ccDocument.GetBlobSize
ccDocument.GetBlobSize
More like this
ccDocument.GetBlobData
ccDocument.GetBlobData
More like this
ccDocument.GetBlobData
ccDocument.GetBlobData
More like this