ccApplication.SelectBlob
- Merve Yurdakul
- Dennis Balzuweit
Owned by Merve Yurdakul
Juli 12, 2016
1 min read
Loading data...
Parameter
(BlobId : String; MakeVisible : Boolean) : Boolean;
Beschreibung
Die Funktion markiert das angegebene Blob. Ist MakeVisible true, wird ggf. ein Bildlauf der Liste durchgeführt um das Blob sichtbar zu machen.
Beispiel
BlobList := ccApplication.GetBlobList(ccWS_Stack,false,''); ListSize := VarArrayHighBound(BlobList,1); if ListSize >= 0 then ccApplication.SelectBlob(BlobList[0],true);