2023年12月13日 星期三

iotaeditornotifier IOTAEditorServices Delphi Open Tools API Erik's Open Tools API designintf DesignEditors bpl interface

 
https://a7m.hatenablog.jp/entry/20101231/1293763501
Open Tools API その2:メニューの差し替えとノーティファイアインターフェース - C++Builder好きの秘密基地

https://vdebris.wordpress.com/tag/ime/
IME – Venus Debris' Pascal Dev
procedure TATAdapterIMEStandard.Notify(Sender: TObject; var Msg: TMessage);const  IMN_OPENCANDIDATE_CH = 269;  IMN_CLOSECANDIDATE_CH = 270;var  candiform: CANDIDATEFORM;  imc: HIMC;  Ed: TATSynEdit;begin  case Msg.WParam of    IMN_SETOPENSTATUS:      UpdateImeWindow(Sender);    IMN_OPENCANDIDATE_CH,    IMN_OPENCANDIDATE:      begin        Ed:= TATSynEdit(Sender);        imc:=ImmGetContext(Ed.Handle);



designintf DesignEditors  bpl interface
   Delphi DesignIntf DesignEditors DockForm
   designintf createselectionlist EnableDemandLoadReport
   delphi iotaeditornotifier designintf
   delphi embarcadero   bpl interface list TInterfaceListEnumerator

https://docwiki.embarcadero.com/Libraries/Alexandria/en/DesignIntf

https://github.com/stden/trtm/blob/master/QuickRep/DesignIntf.pas

沒有留言: