| Class TBBMask (unit BBCommon) |
TComponent
*) (* TBBMask type definition *) (*
| Constructors |
constructor Create( Owner: TComponent );| Functions |
function Copy( const Value: TBBMask ): Boolean;
procedure Load( stream: TStream );
procedure RestoreDefaults;
procedure Save( stream: TStream );
function GetRow( I,J: integer ): Byte;
procedure LoadFrom( const Value: TMaskArray );
procedure SetRow( I,J: integer; Item: Byte );| Properties |
property Item : Byte
property Items : TMaskArray| Events |
| Variables |
FMaskArray : TMaskArray;| Constructors |
constructor Create( Owner: TComponent );*) (* TBBMask type implementation *) (*
| Functions |
function Copy( const Value: TBBMask ): Boolean;
procedure Load( stream: TStream );
procedure RestoreDefaults;
procedure Save( stream: TStream );
function GetRow( I,J: integer ): Byte;
procedure LoadFrom( const Value: TMaskArray );
procedure SetRow( I,J: integer; Item: Byte );| Properties |
property Item : Byte
property Items : TMaskArray| Events |
| Variables |
FMaskArray : TMaskArray;