Entries from 2014-01-26 to 1 day

C++ Builder XE4 FireMonkey.Change Color TForm.(C++source code)

//------- Type 1.Windows and Mac OS X Image1->HitTest = false; Image1->Opacity = 1; Image1->Position->X = 0; Image1->Position->Y = 0; Image1->Width = Form1->ClientWidth; Image1->Height = Form1->ClientHeight; Image1->Bitmap = new Bitmap(int…

C++ Builder XE4 FireMonkey.Change Font TLabel,TEdit,TMemo.(C++ source code)

Label1->StyledSettings = Label1->StyledSettings >> TStyledSetting::ssFamily >> TStyledSetting::ssSize >> TStyledSetting::ssFontColor; Label1->StyleSettings = Label1->StyleSettings Memo1->StyledSettings = Memo1->StyledSettings >> TStyledSet…