1VOTES VOTE Create a Multiline Edit Control on a Form using DelphiVCL.Memo Muhammad Azizul Hakim DelphiVCL.Memo is a wrapper for a Windows multiline edit control. We use Memo to put a standard Windows multiline edit control on a form. Multiline edit boxes allow the user to enter more than one…… … Read more 4 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Learn Buttons Using DelphiVCL.Button Muhammad Azizul Hakim DelphiVCL.Button is a push-button control. Use Button to put a standard push button on a form. Button introduces several properties to control its behavior in a dialog-box setting. To initiate actions, users choose button controls …… … Read more 4 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Learn about DelphiVCL.RadioGroup Muhammad Azizul Hakim DelphiVCL.RadioGroup represents a group of radio buttons that function together. A RadioGroup object is a special group box that contains only radio buttons. Radio buttons that are placed directly in the same control component are…… … Read more 4 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Natural Language Processing: 5 Ways To Use NLP In Your Windows Apps Muhammad Azizul Hakim How do I start using Natural Language Processing in Windows? Natural language processing (NLP) is a subfield of Linguistics, Computer Science, and Artificial Intelligence which concerned with the interactions between computers and human language, in… … Read more 4 years ago in analyze syntax, case sensitive, Code, Delphi, find named entities phrases and concepts to any given documents, FlashText, gender classifier, GenSim, keyword extractor, natural language processing, nlp, NLTK, Python, python gui, Python4Dephi, RAD Studio, replacing keywords, similarity queries, spaCy, TextBlob 0
1VOTES VOTE Create a ComboBox using DelphiVCL.ComboBox Muhammad Azizul Hakim DelphiVCL.ComboBox combines an edit box with a scrollable list. A ComboBox component is an edit box with a scrollable drop-down list attached to it. Users can select an item from the list or type directly…… … Read more 4 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Create a ListBox using DelphiVCL.ListBox Muhammad Azizul Hakim ListBox displays a collection of items in a scrollable list. We use ListBox to display a scrollable list of items that users can select, add, or delete. ListBox is a wrapper for the Windows listbox…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE How To Set The Work Area’s Sphere Of Influence Using Rect Muhammad Azizul Hakim Rect indicates the portion of the list view’s client area covered by the work area. Set Rect to specify the sphere of influence of a work area. Rect is the bounding rectangle of a portion…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, rect, windows, windows app 0
1VOTES VOTE Create a CheckBox using DelphiVCL.CheckBox Muhammad Azizul Hakim CheckBox represents a check box that can be on (checked) or off (unchecked). A CheckBox component presents an option for the user. The user can check the box to select the option, or uncheck it…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Create an Edit Controls using DelphiVCL.Edit or TEdit Muhammad Azizul Hakim DelphiVCL.Edit or TEdit is a wrapper for a Windows single-line edit control. We can use an Edit object to put a standard Windows edit control on a form. Edit controls are used to retrieve text…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Display Text on a Form using DelphiVCL.Label or TLabel Muhammad Azizul Hakim DelphiVCL.Label or TLabel is a non-windowed control that displays text on a form. Use Label to add text that the user cannot edit on a form. This text can be used to label another control…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Using DelphiVCL.TabSheet to Create a Tabbed Page Muhammad Azizul Hakim DelphiVCL.TabSheet is an individual page in a PageControl object. We use TabSheet to represent a single page in tabbed page control. Tab sheets are typically referred to as pages. PageControl maintains an indexed array of…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Using DelphiVCL.PageControl to Create a Multiple Page Muhammad Azizul Hakim DelphiVCL.PageControl is a set of pages used to make a multiple page dialog box. We can use PageControl to create a multiple page dialog or tabbed notebook. PageControl displays multiple overlapping pages that are TabSheet…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Create a Main Panel using DelphiVCL.Panel or TPanel Muhammad Azizul Hakim DelphiVCL.Panel or TPanel implements a generic panel control. We can use TPanel to put an empty panel on a form. Panels have properties for providing a beveled border around the control, as well as methods…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Machine Learning: 5 Ways To Use ML in your Windows Apps Muhammad Azizul Hakim How do I start using Machine Learning in Windows? Machine learning isn’t only for the cloud, or run locally in a web browser or command prompt, Microsoft is bringing it to PCs in the latest… … Read more 4 years ago in Code, computer vision, data visualization, deep learning, Delphi, Image processing, keras, Machine Learning, matplotlib, natural language processing, nlp, NLTK, opencv, Pillow, Python, python gui, Python4Dephi, RAD Studio 0
1VOTES VOTE Create a Specific Component using DelphiVCL.CreateComponent Muhammad Azizul Hakim DelphiVCL.CreateComponent is a function to create a specified component. We call CreateComponent to create an instance of ComponentClass at the position specified by the Left and Top parameters with the size specified by the Width…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0