/
zzxxx97
/
flexcell
Обзор
Документация
Войти
/
zzxxx97
/
flexcell
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Form/unProgress.cpp
27 строк
678 B
Makar
Добавил все файлы backend проекта
25 авг 2025, 15:14
25 авг 2025, 15:14
e72d232
Код
Авторство
О чём код?
#include "unProgress.h" void TunProgress::doShow(TFormLogicF1* FormLogicF1, std::string aCaption) { #ifndef RestServer /*mak FormLogicF1->fmProgress->Caption = aCaption.c_str(); FormLogicF1->fmProgress->Show();*/ #endif } void TunProgress::doHide(TFormLogicF1* FormLogicF1) { #ifndef RestServer /*mak FormLogicF1->fmProgress->Hide();*/ #endif } void TunProgress::ShowText(TFormLogicF1* FormLogicF1, std::string aText) { #ifndef RestServer /*mak FormLogicF1->fmProgress->edPokaz->Text = aText.c_str(); Application_ProcessMessages();*/ #endif } void TunProgress::doProcessMessages() { #ifndef RestServer /*mak Application_ProcessMessages();*/ #endif }