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

Вниз

Метод ObjNew компонента F1Book   Найти похожие ветки 

 
Пчелка ©   (2005-01-19 11:47) [0]

Добрый день!
Подскажите, пожалуйста, как работает метод ObjNew компонента F1Book? Мне нужно вставить в ячейку CheckBox. Что я должна написать? Заранее огромное спасибо!


 
Developerr   (2005-01-19 12:25) [1]

А какие собственно говоря пробемы? Открываем справку по Fomula One и смотрим ObjNew.

Вот пример вставки CheckBox"a

procedure TForm1.Button1Click(Sender: TObject);
var
 objID1: integer;
begin
 F1Book1.ObjNew(F1ObjCheckBox,1.25,6,3.5,2.7,objID1);
end;

Цифры - это координаты, куда нужно вставлять CheckBox.

objID - переменная, которая получает идентификационный номер объекта.

Description

Creates and adds an object to the active worksheet.

Syntax

F1Book1.ObjNew nType, nX1, nY1, nX2, nY2, pID

nX1, nY1 - Single - Coordinates that represent the first anchor point of the object. nX1 is measured in columns from the left edge of the worksheet; nY1 is measured in rows from the top edge of the worksheet.

nX2, nY2 - Single - Coordinates that represent the second anchor point of the object. nX2 is measured in columns from the left edge of the worksheet; nY2 is measured in rows from the top edge of the worksheet.

pID - Long - Variable, passed by reference, that receives the identification number of the new object.



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

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

Наверх




Память: 0.46 MB
Время: 0.045 c
9-1098072598
Trimp
2004-10-18 08:09
2005.01.30
Выбор компонента


14-1105583894
Kerk
2005-01-13 05:38
2005.01.30
lol. htaccess magic


11-1088094745
=Sniper=
2004-06-24 20:32
2005.01.30
метод Application - Undeclared identifier!!!!


4-1102588278
Yuri Btr
2004-12-09 13:31
2005.01.30
Идентификация процесса по Mutex


4-1102487250
Рамиль
2004-12-08 09:27
2005.01.30
Можно как нибудь запустить службу с нужным приоритетом?