MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / ToInterface

Method ToInterface

source/setup.cpp:202–215  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

200}
201//---------------------------------------------------------------------------
202void TSetupForm::ToInterface(TLetter * p)
203{
204 serverEdit->Text = p->server;
205 portEdit->Text = p->port;
206 usernameEdit->Text = p->username;
207 passwordEdit->Text = p->password;
208 sslComboBox->ItemIndex = p->ssl;
209
210 senderEdit->Text = p->sender;
211 sender_nameEdit->Text = p->sender_name;
212 recipientEdit->Text = p->recipient;
213 subjectEdit->Text = p->subject;
214 messageMemo->Text = p->message;
215}
216//---------------------------------------------------------------------------
217void __fastcall TSetupForm::SmtpSelClick(TObject *Sender)
218{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected