|
Please title this page. (Page 1) ... integers can cause a type mismatch error in certain sections of code. Just convert INT's to DWORD's, etc. TFormDesigner (from Delphi 3) has been changed to IFormDesigner in ... www.radix.net
Erik's Open Tools API FAQ and Resources How can I obtain the current form designer interface (IFormDesigner)? function GetActiveFormDesigner: IFormDesigner; var FormEditor: IOTAFormEditor; begin ... www.gexperts.org
www.gexperts.org FormDesignerInterface = IFormDesigner; // Delphi 5 {$ELSE not VER130} FormDesignerInterface = IDesigner; // Delphi 6+ {$ENDIF} procedure Register; www.gexperts.org
Library Software: Create an old-fashioned library old style..., A ... designer form report ide property editor object inspector iformdesigner icomponentdesigner loading packages component pallette: AS HDGET WIN32 DLL . Get IDE HDD model, serial and revision ... www.dotnetthis.com
Table of Contents TPropertyEditor bulleted list item. A closing parenthesis is missing from the end of TPropertyEditor(const di_IFormDesigner ADesigner,int AropCount). www.backslash.com.au
Delphi step It uses IFormDesigner. dsDesigner is postcardware. That means if you want to get sources you must send me a postcard of the town or city you live in via snail mail. delphistep.cis.si
Components > Tools > Run-Time. Torry's Delphi Pages It uses IFormDesigner. You can design the whole form or just controls on some parent. Fully functional Source: On purchase/registration Exe-Demo Included www.torry.net
Creating a Window that Interacts with the IDE ... Active: Boolean; property Designer: IFormDesigner; end; www.mustangpeak.net
Creating Custom Delphi Components, Part III - Page 2/4 Integer; const AItem: TMenuItem); virtual; property Component: TComponent read FComponent; property Designer: IFormDesigner read GetDesigner; delphi.about.com
Advanced Component Creation: Properties That Refer to Other Components property _di_IFormDesigner* Designer = {read=FDesigner}; This property is a pointer to the IFormDesigner interface to the form designer in the IDE. www.vmlinux.org
|