cmsiorew.blogg.se

Xojo plugins
Xojo plugins













Optionally, you can decide whether all found passages should be replaced with the same text.Ī note to this method: A piece of text is recognized only if in the found fragment have no formatting breaks. You specify the search text as well as the new text that is replaced in the parameters of the method. With the method Substitute you can replace certain text pieces in the document. With the Contains method you can check if a defined string occurs in a Word document. We also have the new methods Contains and Substitute from the wordfilembs.shtml"> WordFileMBS class. If the field exists, we get true as return value. To do this, we specify the name of the field in the parameters. With the new method FieldExists from the SQLCommandMBS class you can check if a given field exists that we want to query. MsgBox "Found position: "+Str(pos1)+" and „+Str(pos2) In the following example the positions of the first two hits are determined.ĭim pos2 As Integer = m. The method returns the first position in the memory block where there was a hit. Additionally we can specify from which position in the memory block to search. In the parameters we specify an array with the characters to be searched in UInt8. With this method we can search for given characters in a memory block. In this context, the new method FindByteMBS for memory blocks is also interesting. As return of the method we get a true if the file was read as a memory block.

xojo plugins

In the parameters we specify the memory block element in which the result should be stored. We have the new method ReadFileMBS for FolderItems to allow you the transfer of a file into a memory block.

Xojo plugins pdf#

It returns true if the currently opened PDF is a tagged PDF. The AppendTraceFile method is practical because with this method it is possible to append debug information and not need to override it.Īnother new method from the DynaPDFMBS class is the GetInIsTaggedPDF method. The plugin writes debug messages to this file so you can check which methods you called. With the methods CreateTraceFile and AppendTraceFile you can create and append a file that log debugging information. In this article I want to introduce you the new functionalities from the MBS Xojo Plugins in version 21.4. News from the MBS Xojo Plugins Version 21.4













Xojo plugins