API:System.Classes.TBits.Bits
Delphi
property Bits[Index: Integer]: Boolean read GetBit write SetBit; default;
C++
__property bool Bits[int Index] = {read=GetBit, write=SetBit/*, default*/};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Classes.pas System.Classes.hpp |
System.Classes | TBits |
Description
Embarcadero Technologies does not currently have any additional information.