Unit INIDsgnF |
****************************************************** ****************************************************** Project: Delphi Initialization Database Author: JBD E-mail: binel@alf.tel.hr Comment: Main form for exploring Initalization Database ******************************************************
Classes |
Functions |
Types |
TClpExtraInfo
TDoProcedure
TFieldExtraInfo
TTVImageIndex
Constants |
CDirectionDescription
CIIClass
CIIComponent
CIIProperty
CLVComponentNameIndex
CResCannotAddGroup
CResCannotDeleteGroup
CResCannotPasteEntry
CResCannotPasteSection
CResCreatingSections
CResDeleteEntry
CResDeleteGroup
CResDeleteSection
CResDeleteSelectedItems
CResDeletingListItems
CResErrorCreatingEntries
CResErrorDuringInitialization
CResGrabbingComponentStructure
CResGrabbingFileStructure
CResGrabbingFormStructure
CResGrabbingRegistryStructure
CResINIDatabaseMissing
CResSavingSectionAsTemplate
WMU_REFRESHLV
Variables |
Functions |
Types |
TClpExtraInfo = record
PM : TPrivateMode;
GroupName : string;
end;
TDoProcedure=procedure(C:TComponent;DistributedP,ExtraP:Pointer) of object
TFieldExtraInfo = record
i : Integer;
IsSection : Boolean;
Section : TINICustomSection;
end;
TTVImageIndex=(iiSection,iiSectionList,iiGroup,iiPublic,iiGroupPrivate,iiUserPrivate,iiField);
Constants |
Variables |