Class TX3DMultField
Unit
Declaration
type TX3DMultField = class(TX3DField)
Description
X3D field with a list of values.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DFieldOrEvent
- TX3DField
- TX3DMultField
Overview
Properties
property Count: TListSize read GetCount write SetCount; |
Description
Properties
property Count: TListSize read GetCount write SetCount; |
|
Number of items in this field. Remember that increasing this generally sets new items to undefined values (see SetCount documentation of particular descendant for docs). So you usually want to initialize them afterwards to something correct. |
Generated by PasDoc 0.16.0-snapshot.