Как программно раскрыть TSynCompletionProposal?
procedure TForm1.Button1Click(Sender: TObject); begin SynCompletionProposal.ActivateCompletion; end;