AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Procesador de texto
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Selects a fragment in a Word Processing control.
Example
MyImgDoc is Document
MyFragment is docFragment(MyImgDoc, 1)
Img is Image = CompleteDir(fExeDir()) + "testimg.jpg"
 
MyImageElement is docElement
MyImageElement.Type = typeDocElementImage
MyImageElement.Image.BufferImage = Img
MyImageElement.Image.Width = 20
MyImageElement.Image.Height = 20
DocInsert(MyFragment, MyImageElement)
WP_NoName1 = MyImgDoc
f is docFragment(WP_NoName1, 1, 1)
DocSelect(WP_NoName1, f)
Syntax
DocSelect(<Word Processing control> , <Fragment>)
<Word Processing control>: Control name
Name of the Word Processing control to use.
<Fragment>: docFragment variable
Name of docFragment variable to select.
Component: wd290mdl.dll
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 31/05/2022

Señalar un error o enviar una sugerencia | Ayuda local