Lade...
 

CX_EXPANDABLE::GetSlotEntries

CX_EXPANDABLE::GetSlotEntries

Beschreibung:

Diese Klassenfunktion liefert eine Liste mit allen Slots dieses Objektes zurück.

Code-Beispiel:
Header(hSLOT, HIDDEN, 15, 1, 605, 10, slotBox) { Prompt(NONE::Name(), FONT(0), 3, 1, "Name") Prompt(NONE::Type(), FONT(0), 213, 1, "Type") Prompt(NONE::RefType(), FONT(0), 378, 1, "Ref.Type") Prompt(NONE::EnumTransTbl(), FONT(0), 470, 1, "Enum.") } OListView(slotBox, DRAG_COPY, HZ_SCROLL_BAR, AUTO_POSITION, 5, 2, 605, 75) [ INITIALIZE: [ "CX_VESSEL::Name()" ] SetFormat [ "CX_VESSEL::Type()" COLOR BLUE ] SetFormat [ "CX_VESSEL::RefType()" ] SetFormat [ "CX_VESSEL::EnumTransTbl()" ] SetFormat 0 SetSort SystemObject Call(GetSlotEntries) FillObox ] Attach(slotBox, RIGHT, STRETCH, 5) Attach(slotBox, BOTTOM, STRETCH, 2)
Stack
Stack Position Objekttyp Kurzbeschreibung
Stack(In) Top CX_EXPANDABLE Ein Objekt
Stack(Out) Top VECTOR Ein Vektor, bestehend aus CX_VESSELs
Funktionsaufruf: Call(GetSlotEntries)