Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#include "Form1.h"
class TfrmLampSerNum : public TForm
{
__published: // IDE-managed Components
TGroupBox *gbLampSerNumbers;
TLabeledEdit *lbledtLampSerNum_I;
TLabeledEdit *lbledtLampSerNum_II;
//blah, blah, blah
private: // User declarations
void __fastcall EnablebtnOkay(void);
void __fastcall HideLampSerNumbers(int iNumLamps);
bool __fastcall GetNewLampSerNumData(void) const {return bNewLampSerNumData;}
void __fastcall LookForDuplicateLampSerNumIDs(void);
void __fastcall SizeForm(void);
int iNumberOfLamps, iLampID;
bool bNewLampSerNumData, bLampIDMatches[4], bFoundDuplicate;
public: // User declarations
__fastcall TfrmLampSerNum(TComponent* Owner, TmySQLDatabase *mySQLdbDesCenterMstr,
int iNumLamps, int iSpecifiedLampID);
TLampData *ldLampData[4];
__property bool NewLampSerNumData = {read = GetNewLampSerNumData};
};
Alfa1 = Edit1->Text.ToDouble() + Edit2->Text.ToDouble();
Alfa2_Form2 = Main->Alfa1 / 2.0;