Форум: "Основная";
Текущий архив: 2005.01.30;
Скачать: [xml.tar.bz2];
ВнизМетод 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;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.036 c