[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: msemenus.pas line 59
public function tmenuitems.insert( |
const index: Integer; |
const aitem: tmenuitem |
):Integer; overload; |
const index: Integer; |
const aitems: tmenuitems |
):Integer; overload; |
const index: Integer; |
const captions: array of msestring; |
const options: array of menuactionoptionsty; |
const states: array of actionstatesty; |
const onexecutes: array of notifyeventty |
):Integer; overload; |