Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.08.07;
Скачать: CL | DM;

Вниз

Упровление Ole Container с помощию компонентов со странички Serve   Найти похожие ветки 

 
marat111   (2003-07-25 17:47) [0]

Кто-нибудь может уже управлял OleContainer"ом с помощью компонентов со странички Servers


Поясьню в крации: Загружаеш в OleContainer Word и c помощью TWordApplication упровляем им

Поделитесь с другими. Вам это вспомниться и вернется.


 
smash   (2003-07-25 17:56) [1]

я сталкивался с проблемой но не смог ее решить

а вообще было-бы круто


 
Serginio   (2003-07-25 18:21) [2]

Represents the OLE object hosted by the OLE container.

Delphi syntax:

property OleObject: Variant;

C++ syntax:

__property System::Variant OleObject = {read=GetOleObject};

Description

Read OleObject to access the OLE object hosted by the OLE container as a variant. To interact with the OLE object using the IOleObject interface, use the OleObjectInterface property instead. If the OLE object is not loaded in the container before reading OleObject, an EOleError exception is raised.

Provides access to the IOleObject interface for the OLE object.

Delphi syntax:

property OleObjectInterface: IOleObject;

C++ syntax:

typedef System::DelphiInterface< IOleObject > _di_IOleObject;
__property _di_IOleObject OleObjectInterface = {read=FOleObject};

Description

Use OleObjectInterface for low-level access to the OLE API. If there is no OLE object loaded into the container, OleObjectInterface returns nil (Delphi) or NULL (C++).



Страницы: 1 вся ветка

Текущий архив: 2003.08.07;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.018 c
14-20769
Dmitriy O.
2003-07-18 10:48
2003.08.07
Визуальные алгоритмы


4-20851
Andrey02
2003-06-06 09:44
2003.08.07
Функция SendMessage - посылка, принятие сообщений


14-20802
Balkon
2003-07-22 16:09
2003.08.07
Размер окна и элементов управления.


3-20436
Grac
2003-07-17 01:07
2003.08.07
Update - ограничение на кол-во записей?


14-20733
Tahion2
2003-07-20 01:30
2003.08.07
Посоветуйте хорошую замену DBGrid-у