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

Method SetVclPos

sourcecommon/savepar.cpp:111–121  ·  view source on GitHub ↗

--------------------------------------------------------------------------- ���������� ��������� �����

Source from the content-addressed store, hash-verified

109//---------------------------------------------------------------------------
110// ���������� ��������� �����
111void TSaveParams::SetVclPos(TForm * p)
112{
113 try
114 {
115 fCurrentSection = p->Name;
116 Set(fCurrentSection, "Left", p->Left);
117 Set(fCurrentSection, "Top", p->Top);
118 }
119 catch(...)
120 {}
121}
122//---------------------------------------------------------------------------
123void TSaveParams::GetVclPos(TForm * p)
124{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected