What is class extend in php?
What is an ocx?
How many pages should a blog have?
What are files in c++?
What is the entry point to a kotlin program?
What is abstract data structure in c?
I'm using Delphi 4/5 and have am trying to fill a RichEdit control with both European characters and Thai characters - while I can change character colours the font stays with what was selected for the control:- reLangB.SelAttributes.Color :=dCol; reLangB.SelAttributes.Name :=FontName[dLang]; reLangB.SelAttributes.Charset :=FontChar[dLang]; reLangB.SelAttributes.Style :=[]; reLangB.Lines.Add(dText); The FontName and FontChar arrays contain the font info, and using a similar method for Captions and EditBoexes works! Anybody any ideas? Thanx in advance!
Write a program in python to check if a number is prime.
What are the different filter functions used to filter a variable?
What does __ file __ mean?
How do I turn on automatic updates for wordpress?
How to handle localization in drupal?
Explain class invariant.
What do you understand by groovy?
Will class members accessible by instances of class?