Unit Cardshoe |
============================================================================== PROGRAM: CARDSHOE.PAS DESCRIPTION: Delphi component to manage 1 to 8 decks of playing cards AUTHOR: Ralph W. Iden (riden@ais.net) Released into the public domain, enjoy. ==============================================================================
Classes |
Functions |
Register - The following values may conflict with your applications.
Types |
Constants |
Variables |
Functions |
Types |
CardElement = record
CardID : byte;
RndValue : integer;
end;
Constants |
Variables |