Muhammad Azizul Hakim
This section lists all routines and classes included in Delphi’s VCL, split by categories. You can use these lists to navigate according to your needs. VCL Category Unit(s) Additional Controls Vcl.ActnColorMaps, Vcl.ActnCtrls, Vcl.ActnMan, Vcl.ActnMenus, Vcl.ActnPopup,…… … Read more
3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app
0
Muhammad Azizul Hakim
The Create method of the DelphiVCL.Application object, DelphiVCL.Application.Create, creates a new VCL-based application. Do not call Create directly. Each GUI application automatically creates an instance of an application object. For DelphiVCL.Application or TApplication, the Create…… … Read more
3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app
0
Muhammad Azizul Hakim
The EnumAllWindowsOnActivateHint property or DelphiVCL.Application.EnumAllWindowsOnActivateHint is a Boolean variable used for hint displaying. EnumAllWindowsOnActivateHint is used internally by VCL for hint displaying. Do not use it directly. Let’s browse all the properties, methods, and built-in…… … Read more
3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app
0
Muhammad Azizul Hakim
The DesignInfo property or DelphiVCL.Application.DesignInfo contains information used by the Form designer. DesignInfo is used internally. Do not use this property in applications. Let’s browse all the properties, methods, and built-in properties of the DelphiVCL.Application.DesignInfo…… … Read more
3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app
0
Muhammad Azizul Hakim
Use the ExecuteAction property or DelphiVCL.Application.ExecuteAction to generate an OnActionExecute event. When the user invokes an action, a series of calls ensue to respond to that action. First, the action list that contains the action…… … Read more
3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app
0
Muhammad Azizul Hakim
Do you want to perform Natural Language Processing tasks like part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, etc. in your GUI app? This post will get you to understand how to use TextBlob…… … Read more
3 years ago in cbuilder, classification, Delphi, delphi vcl, GuiProgramming, Learn Python, naive bayes, natural language processing, nlp, programming, Python, python gui, python4delphi, sentiment analysis, text processing, TextBlob, windows, windows app
0