Главная страница
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.042 c
1-1106038453
Miralex
2005-01-18 11:54
2005.01.30
Виснет программа! CriticalSection или ?


1-1105891816
KristinA
2005-01-16 19:10
2005.01.30
Delphi vikidivat tabli4ku "Bitmap image is not valid."


3-1104085944
Vir
2004-12-26 21:32
2005.01.30
TADOQuery обновление


1-1106209242
Suvit
2005-01-20 11:20
2005.01.30
динамический массив из компонентов


9-1097898829
Кто---то
2004-10-16 07:53
2005.01.30
GLScene Как сохранить сообщения в группах новостей ?