TBits 继承于 TObject , 是用来存储 Boolean 值的数组类.
属性:
1. property Bits[Index: Integer]: Boolean; default;
通过索引访问存储的 Boolean 值.
2. property Size: Integer;
设置或读取可存储Boolean 值的数量.
方法:
1. function OpenBit: Integer;
查找第一个值为 false的索引.
本文介绍了 TBits 类,它是 TObject 的子类,用于存储 Boolean 值的数组。TBits 支持通过索引访问 Boolean 值,并可以设置或读取可存储 Boolean 值的数量。此外,还提供了一个用于查找第一个值为 false 的索引的方法。
TBits 继承于 TObject , 是用来存储 Boolean 值的数组类.
属性:
1. property Bits[Index: Integer]: Boolean; default;
通过索引访问存储的 Boolean 值.
2. property Size: Integer;
设置或读取可存储Boolean 值的数量.
方法:
1. function OpenBit: Integer;
查找第一个值为 false的索引.

被折叠的 条评论
为什么被折叠?