View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008992 | MMW v4 | Framework: Scripts/Extensions | public | 2012-01-19 02:04 | 2012-01-23 16:47 |
Reporter | peke | Assigned To | |||
Priority | none | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | no change required | ||
Product Version | 4.0.3 | ||||
Summary | 0008992: Add SDBUIOptionSheet | ||||
Description | Simple property OptionSheet settings/values Members: SheetLabel - Get/Let - String = A label that appears in the tree of option sheet. ParentId - Get/Let - Long - ID of parent Sheet Although these can be supplanted by the ISDBScriptControl::RegisterEvent method. I added them for reference: ----- ScriptFile - Get/Let - String - A script file that contains event functions (InitProcedure and SaveProcedure). InitProcedure - Get/Let - String - A function from ScriptFile that is called when Options dialog is created. There is one parameter present - a reference to the sheet (a SDBUITranspPanel object) SaveProcedure - Get/Let - String - A function from ScriptFile that is called when Options is closed by Ok button. There is one parameter present - a reference to the sheet (a SDBUITranspPanel object) CancelProcedure - Get/Let - String - A function from ScriptFile that is called when Options is closed, but not by Ok button. There is one parameter present - a reference to the sheet (a SDBUITranspPanel object) ----- Events (Sender: SDBUITranspPanel object): OnInit - A procedure that is called when Options dialog is created OnSave - A procedure that is called when Options is closed by Ok button OnCancel - A procedure that is called when Options is closed, but not by Ok button | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||