![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Buscar | Temas de Hoy | Marcar Foros Como Leídos |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#2
|
||||
|
||||
|
Experimenta con algo así
Código:
var
LinkToFile: Olevariant;
SaveWithDocument: OleVariant;
Range: OleVariant;
begin
LinkToFile := false;
SaveWithDocument := true;
Range := WordDoc.Range;
WordDoc.Range.InlineShapes.AddPicture(
'c:\bmp.bmp',
LinkToFile,
SaveWithDocument,
Range
);
|
| Herramientas | Buscar en Tema |
| Desplegado | |
|
|
|