1VOTES VOTE What is the Free Property in DelphiVCL.Application? Muhammad Azizul Hakim Use the Free property or DelphiVCL.Application.Free to destroy an object and free its associated memory, if necessary. Use Free to destroy an object. Free automatically calls the destructor if the object reference is not nil……. … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Understanding The Purpose of DelphiVCL.Application.Equals Muhammad Azizul Hakim Use the Equals property or DelphiVCL.Application.Equals to check whether the current instance and the Obj parameter are equal. The function has one Obj parameter of the TObject type. By default, the Equals method shows whether…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What You Need To Know About Application.EndFunctionInvoke Muhammad Azizul Hakim Use the EndFunctionInvoke property or DelphiVCL.Application.EndFunctionInvoke to block the caller until the specified ASyncResult completes. Returns the result from the method that BeginInvoke asynchronously executes. This result is immediately returned after the given IAsyncResult finishes……. … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What Does EnumAllWindowsOnActivateHint Do? 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
1VOTES VOTE 7 Ways To Interact With Internet Protocols You Should Know Muhammad Azizul Hakim What is the Internet Protocol? The Internet Protocol is designed to implement a uniform system of addresses on all of the Internet-connected computers everywhere and to make it possible for packets to travel from one… … Read more 3 years ago in Code, Delphi, HTTP, Internet, Internet Protocols, ipaddress, Python, python gui, Python4Dephi, RAD Studio, smtplib, urllib, uuid, wsgiref 0
1VOTES VOTE How To Understand DelphiVCL.Application.EndInvoke Muhammad Azizul Hakim Use the EndInvoke property or DelphiVCL.Application.EndInvoke to block the caller until the specified ASyncResult completes. Returns the result from the method that BeginInvoke asynchronously executes. This result is immediately returned after the given IAsyncResult finishes……. … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What is DelphiVCL.Application.DesignInfo? 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
1VOTES VOTE 6 Easy Ways to Connect to the Top Databases You Should Know Muhammad Azizul Hakim Processing of data is the soul of computing. Almost every single computer ever invented was designed so that human beings could take information in the form of data and manipulate it in one way or… … Read more 3 years ago in Code, database, Delphi, firedac, FireDAC Query, firedac tutorials, InterBase, Key-Value Store, MongoDB, mongoengine, MYSQL, pymongo, python gui, Python4Dephi, RAD Studio, Redis, redis-py, SQL, sqlalchemy 0
1VOTES VOTE What is the ExeName Property in DelphiVCL.Application? Muhammad Azizul Hakim The ExeName property or DelphiVCL.Application.ExeName contains the file name of the application’s executable file including path information. Use ExeName to obtain the name of the executable file for the application. ExeName is the fully-qualified name,…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE What Is The ExecuteAction Property In DelphiVCL.Application? 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
1VOTES VOTE Build A Python GUI Apps With Powerful Natural Language Processing Capabilities Using TextBlob Library In A Delphi Windows App 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
1VOTES VOTE Specify the Alignment of a Control using Align or TAlign Muhammad Azizul Hakim Align or TAlign is used to specify the alignment of control within its parent. TAlign specifies how control is placed relative to its parent. It can have one of the following values: Value Meaning alNone…… … Read more 3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE 5 Powerful Cryptography Libraries To Enhance Your App’s Security! Muhammad Azizul Hakim What is Cryptography? According to Kaspersky, Cryptography is the study of communications security techniques that allow only the sender and intended recipient of a message to view its contents. Cryptography is closely associated with encryption,… … Read more 3 years ago in algorithms, Code, Cryptography, decryption, Delphi, Encryption, hashing, hashlib, HMAC, One-Time-Pad, PyCryptodome, Python, python gui, Python4Dephi, RAD Studio, RSA Key, secrets, Security Token 0
1VOTES VOTE Easily Build A Python GUI For Video Games and Other Multimedia Applications Using Pygame Library In A Delphi Windows App Muhammad Azizul Hakim Are you looking for an open-source library to create video games and other multimedia applications in your GUI App? This post will get you to understand how to use the pygame Python Library using Python4Delphi…… … Read more 3 years ago in cbuilder, Delphi, delphi vcl, game app, GuiProgramming, Learn Python, multimedia app, programming, Pygame, Python, python gui, python4delphi, windows, windows app 0
1VOTES VOTE Draw Visually Stunning Networks In Your Python GUI App Using NetworkX Python Library Muhammad Azizul Hakim Are you looking for visually-stunning tools to represent networks of knowledge, communication, social interactions, data organization, etc in your GUI App? This post will get you to understand how to use the NetworkX Python Library…… … Read more 3 years ago in cbuilder, data visualization, Delphi, delphi vcl, graph visualization, GuiProgramming, Learn Python, network visualization, NetworkX, programming, Python, python gui, python4delphi, windows, windows app 0