Hi, i'd like to use the ClipBoard, but what do i do when i have a large number of Edit boxes?
Am i left to check each one for Focused() or is there a function that can tell me what component is focused? Even if i were to find out which item was Focused(), how would i call the Object(in this...
Trying to cut down a float to the hundredth position as in cents.
Borland mentions TRUNC, Trunc, Truncate and the such. The error says undefined func and including math.h doesnt help.
Let me know if you know whats up or of you have a unique way of doing this.
hrmmmm, well, i could clip the...
How do i use this component?
Lets say i have multiple Items (that would be the case anyway right ;))
How do i check to see if one is Checked == true
ie:
if(CheckListBox1->Item(1) == true)
do something;
The Borland help files dont explain how to check for and individually checked...
Im looking for any components or patches for my BCB ver4.
I want to be able to view a html page that uses style sheets(CSS) with a component in borland. The current one i have only supports regular html.
Anyone have a clue where to get such things?
hi fellow programmers, a bit of help if you will. :)
I am writing a program to search and replace certain lines/strings in a memo/richedit. Here is the code:
void __fastcall TForm1::Button2Click(TObject *Sender)
{
int i;
int n=0;
int token = 0;
//this sets up some strings so i can do a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.