Главная страница
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.026 c
14-1105268110
Kerk
2005-01-09 13:55
2005.01.30
distributed.net


6-1099779926
Knight
2004-11-07 01:25
2005.01.30
Delphi пример пересылки изображения через сеть


6-1100163904
Klopan
2004-11-11 12:05
2005.01.30
TidHostNameServer


3-1103873143
DelphiN!
2004-12-24 10:25
2005.01.30
Ошибка при фильтрации данных в ClientDataSet-e


6-1099904771
alexb_1
2004-11-08 12:06
2005.01.30
Исходник download-менеджера