
Esta función sirve para limitar (¿o debería decir restringir?) caracteres en un StringGrid, una vez que lo hice me di cuenta de que en el evento OnGetEditMask la cosa sería aparentemente mucho más sencilla pero como ya lo había hecho naturalmente no iba a tirar mi trabajo a la basura. Lo que la función hace es que solo permite la introducción de números enteros y retroceso (la tecla que se usa para borrar) y que la longitud del texto solo sea de 4 bits (como si se usase la propiedad Maxlength de un Edit).
Código:
void __fastcall TForm1::filtro_int_grid(TStringGrid * grid,char &Key)
{
char caracter=Key;
//formato: 9999
if((caracter=='\b') || (caracter=='\t'))
Key=caracter;
else
{
int longitud;
longitud=grid->Cells[grid->Col][grid->Row].Length();
if(longitud>=4)
Key=NULL;
else
{
if((caracter>='0')&& (caracter<='9'))
Key=caracter;
else
{
Key=NULL;
ShowMessage("Solo caracteres númericos (enteros).");
}
}
}
}
//---------------------------------------------------------------------------
Y la form de usarlo:
Form1->filtro_int_grid(StringGrid1,Key)
en el OnkeyPress del StringGrid.


7 comentarios:
Also what as a result?
I apologise, but, in my opinion, you are not right. I suggest it to discuss. Write to me in PM, we will communicate.
In my opinion you are mistaken. Write to me in PM.
Awesome website I loved reading your information
[url=http://partyopedia.com]birthday supplies[/url]
Hi,
I have a question for the webmaster/admin here at unsire.blogspot.com.
Can I use part of the information from this post above if I provide a backlink back to this website?
Thanks,
Harry
Hi,
Thanks for sharing this link - but unfortunately it seems to be not working? Does anybody here at unsire.blogspot.com have a mirror or another source?
Cheers,
Thomas
I've on all occasions liked things like sand clocks, lava lamps, and the like to kind of virtuous spend space staring at it as a configuration of catharsis. In a route, it helps me with meditation, to reduce lay stress and just fantasize in the air nothing. That's why since I was a kid, instead of dolls and cars I've always at ease more of such pieces like sand clocks, lava lamps, harmonious boxes etc. So I was most charmed when I found the[url=http://www.dealtoworld.com/goods-1260-2-Laser++LED+Light+Show+Laser+Top+Gyroscope+with+Music+Effects.html] 2-Laser + LED Shine Presentation Laser Outstrip Gyroscope with Music Effects[/url] from DealtoWorld.com protection the Toys section. It's like a musical belt, a spinning exceed, and a light divulge all rolled into one. Which is spectacular amusement! The gyroscope will whirl object of around a minute. The laser enlightenment show with accompanying music makes this gyroscope a rather unique toy that my friends have also been most amused with.
My dogs are also beautiful outr?nearly the laser gyroscope I got from DealtoWorld.com. They each occupy oneself with the gyroscope as it spins, although at principal they kept barking at the laser light show, and also because it produces music. But after they got used it, they've stopped barking but simply keep following the gyroscope whenever I start spinning it. Kids are also unbelievably amused nearby it. Occasionally it's proper to take entertaining toys about the ancestry so that you can desert the small on while the kids are being amused or playing with it while you count fit out foodstuffs or fall heir to changed. The gyroscope is unified such fool with with this purpose.
The gyroscope I bought from DealtoWorld.com has a dragon as a intent plot on it, and produces a taper indicate with red, obscene, and unripened colours. Take a look at the pictures I've uploaded of the gyroscope with laser joyful show. The music produced from the gyroscope is not that enormous but decorous adequacy to entertain any chic guest to the house. The gyroscope is red and black, making it look very cold, and slightly virile with that dragon imprint.
The music dismount attack make clear gyroscope runs on 6 LR44 batteries, which are replaceable anyway. I've also utilized this gyroscope to surprise my girlfriend during our anniversary celebration. I did the cheesy terror of decorating the pension elbow-room with roses and when I led her in, I started up the gyroscope as correctly so that the laser brighten clarify produces a fresh effect. I also had some battery operated candles so all the understanding effects created a degree romantic atmosphere. She loved it, not later than the style, to my relief. I also bought the candles from DealtoWorld.com. These days it seems to be my default shopping locality suitable all gifts and ideas in support of romantic occasions.
Since Christmas is coming, this laser radiance upstage gyroscope can maybe be a great Christmas gift looking for the toddler or even the pet! Alternatively, the gyroscope can altogether be a polite summation to the traditional Christmas decorations. I can imagine placing it adjoining the Christmas tree and perhaps spinning it when guests arrive in the house. Looks like [url=http://www.dealtoworld.com]DealtoWorld.com[/url] is getting my subject thus far again!
Publicar un comentario